Advertisement
Guest User

Untitled

a guest
Jun 25th, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.23 KB | None | 0 0
  1. on *:INPUT:#: {
  2. if ($1 == .bans) /cs clear $chan bans
  3. if ($1 == .add) /cs access $chan add $2 $3
  4. if ($1 == .inv) invite $2 $chan
  5. if ($1 == .unban) cs unban $chan $nick
  6. if ($1 == +k) mode $chan +k $2
  7. if ($1 == -k) mode $chan +k $2
  8. if ($1 == +m) mode $chan +m
  9. if ($1 == -m) mode $chan -m
  10. if ($1 == +v) mode $chan +vvvvv $1 $2 $3 $4 $5
  11. if ($1 == -v) mode $chan -vvvvv $1 $2 $3 $4 $5
  12. if ($1 == +h) mode $chan +hhhhh $1 $2 $3 $4 $5
  13. if ($1 == -h) mode $chan -hhhhh $1 $2 $3 $4 $5
  14. if ($1 == +o) mode $chan +ooooo $1 $2 $3 $4 $5
  15. if ($1 == -o) mode $chan -ooooo $1 $2 $3 $4 $5
  16. if ($1 == .bl) mode $chan -b $ibl(#,1) $+
  17. if ($1 == +G) mode $chan +G
  18. if ($1 == +Q) mode $chan +Q
  19. if ($1 == -Q) mode $chan -Q
  20. if ($1 == +s) mode $chan +s
  21. if ($1 == -s) mode $chan -s
  22. if ($1 == .id) /ns id insertpasswordhere
  23. if ($1 == .mute) { mode $chan +b ~q: $+ $2
  24. mode $chan -oahv $2 $2 $2 $2
  25. if ($2 isop $chan) set %isaop $2
  26. else if ($2 ishop $chan) set %isahop $2
  27. else if ($2 isvoice $chan) set %isavoice $2 }
  28. if ($1 == .unmute) { if (%isaop == $2) mode $chan +ao $2
  29.  
  30. else if (%isahop == $2) mode $chan +h $2
  31.  
  32. else if (%isavoice == $2) mode $chan +v $2
  33. /mode $chan -b ~q: $+ $2
  34. Unset %isaop
  35. unset %isahop
  36. unset %isavoice }
  37. if ($1 == .akick) /cs akick $chan add $2
  38. if ($1 == .deakick) /cs akick $chan del $2
  39. if ($1 == +ei) mode $chan +eeeIIIIII $2 $2 $2 $2 $2 $2 $2 $2 $2
  40. if ($1 == +b) mode $chan +b $2
  41. if ($1 == .colours) /msg $chan Colours: 1,0 0 0,1 1 0,2 2 0,3 3 0,4 4 0,5 5 0,6 6 0,7 7 0,8 8 0,9 9 0,10 10 0,11 11 0,12 12 0,13 13 0,14 14 0,15 15
  42. if ($1 == .Palm) timer 1 52560 //window -aCdop @PALMS!
  43. if ($1 == .Magic) timer2 1 27600 //window -aCdop @MAGIC'S!
  44. if ($1 == .Snapdragon) timer3 1 4500 //window -aCdop @SNAPS!
  45. if ($1 == .Calquat) timer4 1 72000 //window -aCdop @CALQUAT!
  46. if ($1 == .Papaya) timer5 1 52560 //window -aCdop @PAPAYA'S!
  47. if ($1 == .Willow) timer6 1 13200 //window -aCdop @WILLOW'S!
  48. if ($1 == .Maple) timer7 1 18000 //window -aCdop @MAPLE'S!
  49. if ($1 == .Yew) timer8 1 22800 //window -aCdop @YEW'S!
  50. if ($1 == .Pineapple) timer9 1 52560 //window -aCdop @PINEAPPLE'S!
  51. if ($1 == .Mushrooms) timer10 1 13200 //window -aCdop @MUSHROOMS!!
  52. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement