Guest User

Untitled

a guest
Sep 22nd, 2018
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.78 KB | None | 0 0
  1. on *:Input:*:{
  2. If $1 == .all { /cs op | /cs owner | /cs protect | /cs halfop | /msg # .all $2 | halt }
  3. if (@ == $1) { cs op $active $2 }
  4. if (-@ == $1) { cs deop $active $2 }
  5. if (+ == $1) { cs voice $active $2 }
  6. if (- == $1) { cs devoice $active $2 }
  7. if (.kb == $1) { ban -k # $2 2 $3- }
  8. if (.k == $1) { kick # $2 $3- }
  9. if (-m == $1) { /mode # -m -k $active $2 $3- }
  10. if (+m == $1) { /mode # +m -k $active $2 $3- }
  11. if (+C == $1) { /mode # +c -k $active $2 $3- }
  12. if (-C == $1) { /mode # -c -k $active $2 $3- }
  13. if (.hop == $1) { /hop -k $active $2 $3- }
  14. if (.savas == $1) { /msg botserv assign # savas $2 $3- }
  15. if (.Birute == $1) { /msg botserv assign # birute $2 $3- }
  16. if (.Petras == $1) { /msg botserv assign # Petras $2 $3- }
  17. if (.uzas == $1) { /msg chanserv access # add $$2 $$3- }
  18. if (.deluzas == $1) { /msg chanserv access # del $$2- }
  19. if (.zodis == $1) { /msg botserv badwords # add $$2- }
  20. if (.akick == $1) { /msg chanserv akick # add $$@- }
  21. if (.on == $1) { /msg chanserv set # secureops on $2 $3- }
  22. if (.off == $1) { /msg chanserv set # secureops Off $2 $3- }
  23. if (.lock == $1) { /msg chanserv set # topiclock on $2 $3- }
  24. if (.unlock == $1) { /msg chanserv set # topiclock off $2 $3- }
  25. if (.acclist == $1) { /msg chanserv access # list }
  26. If ($1 == .add ) { msg chanserv access $chan add $user $2 $3 $4 $5 $6 $7 $8 }
  27. If ($1 == .del ) { msg chanserv access $chan del $user $2 $3 $4 $5 $6 $7 $8 }
  28. If ($1 == !info ) { msg chanserv info $chan $2 $3 $4 $5 $6 $7 $8 }
  29. If ($1 == .list ) { msg chanserv access $chan list $2 $3 $4 $5 $6 $7 $8 }
  30. If ($1 == !akick ) { msg chanserv akick $chan add $user $2 $3 $4 $5 $6 $7 $8 }
  31. If ($1 == !delakick ) { msg chanserv akick $chan del $user $2 $3 $4 $5 $6 $7 $8 }
  32. If ($1 == !dekit ) { msg chanserv clear $chan ops $2 $3 $4 $5 $6 $7 $8 }
  33. If ($1 == !clearvoice ) { msg chanserv clear $chan voices $2 $3 $4 $5 $6 $7 $8 }
  34. If ($1 == !cbb ) { msg chanserv clear $chan bans $2 $3 $4 $5 $6 $7 $8 }
  35. If ($1 == !akicklist ) { msg chanserv akick $chan list $2 $3 $4 $5 $6 $7 $8 }
  36. If ($1 == !clearops) { msg chanserv clear $chan ops $2 $3 $4 $5 $6 $7 $8 }
  37. If ($1 == +i) { /mode # +I tafu $active $2 $3- }
  38. If ($1 == -i) { /mode # -I tafu $active $2 $3- }
  39. if (% == $1) { /cs halfop $active $2 }
  40. if (-% == $1) { /cs dehalfop $active $2 $3 $4 }
  41. if (& == $1) { /cs protect $active $2 $3 $4 }
  42. if (.mirc == $1 ) { /say IRC ON: $+ $uptime(mirc,1) }
  43. if (.pc == $1 ) { /say Pc ON: $+ $uptime(system,1) } ]
  44. if (-& == $1) { /cs deprotect $active $2 $3 $4 }
  45. if (~ == $1) { /cs owner $active $2 $3 $4 }
  46. if (.dov == $1) { cs deop $2 $3- } { cs voice $2 $3- }
  47. if (-~ == $1) { /mode -q $active $2 $3 $4 }
  48. if ($1 == +e) { /mode $chan +e tafu*!* }
  49. if ($1 == -e) { /mode $chan -e tafu*!* }
Add Comment
Please, Sign In to add comment