Advertisement
Guest User

Untitled

a guest
Jul 28th, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.74 KB | None | 0 0
  1. on *:INPUT:#:{
  2. if ($1 == .add) {
  3. cs access $chan add $2 $3
  4. if ($3 == 3) { mode # +v-aoqh $2 $2 $2 $2 $2 }
  5. if ($3 == 4) { mode # +h-vaqo $2 $2 $2 $2 $2 }
  6. if ($3 isnum 5-9) { mode # +o-aqhv $2 $2 $2 $2 $2 }
  7. if ($3 isnum 10-9999) { mode # +ao-hqv $2 $2 $2 $2 $2 }
  8. if ($3 == owner) { mode # +qo-ahv $2 $2 $2 $2 $2 }
  9. }
  10. if ($1 == .del) { cs access # del $2 }
  11. if ($1 == .rab) { /cs clear # bans }
  12. if ($1 == .clearakick) { cs akick # clear }
  13. if ($1 == .deakick) { cs akick # del $2 }
  14. if ($1 == .ns) { /ns update }
  15. if ($1 == .akick ) { mode # -aoqhv $2 $2 $2 $2 $2 $2 | cs akick # add $2 $3- }
  16. if ($1 == .viewakick ) { cs akick # view }
  17. if ($1 == .cya) { mode # -aoqhv $2 | cs akick # add $2 cya idiot }
  18. if ($1 == .rlb) { mode # -b $ibl(#,1) }
  19. if ($1 == .peace) { mode # -aoqhv $2 | cs ban # $2 If you can't ride two horses at once you should get out of the circus }
  20. if ($1 == .topiclock) { cs set # topiclock $2 }
  21. if ($1 == .cb) { /mode $chan +b ~c: $+ $2 }
  22. if ($1 == .rip) { mode # -aoqhv $2 | cs access # del $2 | cs ban # $2 Gwas'd }
  23. if ($1 == .dcb) { /mode $chan -b ~c: $+ $2 }
  24. if ($1 == .k) { /cs kick # $2 }
  25. if ($1 == .b) { mode # +bb $2 $address($2,2) | cs kick # $2 $3- }
  26. if ($1 == .list) { /cs access $chan list $2 }
  27. if (-* iswm $1) && (!$istok($UserModes,$1,32)) { mode # $1 $2- }
  28. if (+* iswm $1) && (!$istok($UserModes,$1,32)) { mode $Chan $1 $2- }
  29. if ($istok($UserModes,$1,32)) { mode $Chan $+($1,$right($1,1),$right($1,1),$right($1,1),$right($1,1),$right($1,1),$right($1,1),$right($1,1)) $2- }
  30. if (*inv* iswm $1) { invite $2 $3 $4 $5 $6 $7 $8 $9 $10 $11 $12 $Chan }
  31. if ($1 == .eI) { mode $chan +eeeIII $address($2,9) $2 $address($2,2) $address($2,9) $2 $address($2,2)
  32. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement