Advertisement
Guest User

Untitled

a guest
Jun 25th, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.99 KB | None | 0 0
  1. ON *:INPUT:#: {
  2. if !$ctrlenter {
  3. If ($1 == @) cs op $chan $2
  4. If ($1 == -@) cs deop $chan $2
  5. If ($1 == +) cs voice $chan $2
  6. If ($1 == -) cs devoice $chan $2
  7. If ($1 == .kb) cs ban $chan $2-
  8. If ($1 == .k) && ($2 ison #) cs kick $chan $2-
  9. If ($1 == .add ) cs access $chan add $2-
  10. If ($1 == .del ) cs access $chan del $2-
  11. If ($1 == .info ) cs info $chan
  12. If ($1 == .list ) cs access $chan list
  13. If ($1 == .akick ) cs akick $chan add $2-
  14. If ($1 == .delakick ) cs akick $chan del $2-
  15. If ($1 == .akicklist ) cs akick $chan view
  16. If ($1 == .reg) cs register $chan $?*="Kanalo slaptažodis." $?="Kanalo aprašymas."
  17. If ($1 == .drop) cs drop $chan
  18. If ($1 === +m) mode $chan m
  19. If ($1 == &) cs protect $chan $2
  20. If ($1 == -&) cs deprotect $chan $2
  21. If ($1 == %) cs halfop $chan $2
  22. If ($1 === -m) mode $chan -m
  23. If ($1 == -%) cs dehalfop $chan $2
  24. If ($1 == ~) cs owner $chan
  25. If ($1 == -~) cs deowner $chan
  26. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement