Advertisement
glacier_rat

Untitled

Dec 14th, 2012
389
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.00 KB | None | 0 0
  1. on *:INPUT:*: {
  2. If ($1 == .+cb) { mode # +b ~c: $+ $iif($left($2,1) = $chr(35),$2,$chr(35) $+ $2) }
  3. If ($1 == .-cb) { mode # -b ~c: $+ $iif($left($2,1) = $chr(35),$2,$chr(35) $+ $2) }
  4. if ($1 = .i) { notice $2 hello $2 please join # | Invite $2 # | halt }
  5. if ($1 == .add) || ($1 == .del) || ($1 == .list) {
  6. chanserv access $chan $remove($1,.) $2-
  7. }
  8. if ($1 == .add) && ($$3 isnum) {
  9. $iif($3 > 2, mode $chan $iif($3 == 3,+v-hao) $iif($3 == 4,+h-vao) $iif($3 isnum 5-9,+o-ahv) $iif($3 > 9,+oa-hv) $str($2 $+ $chr(32),5)) | halt
  10. }
  11. if ($left($1,1) == +) || ($left($1,1) == -) {
  12. var %a $regex($remove($1,-,+),/./g)
  13. $iif($remove($1,-,+) isalpha,mode $chan $eval($1-,2) $str($2 $chr(32),%a)) | halt
  14. }
  15. if ($1 == .eiuser) {
  16. mode $chan +eeeIII $address($2,9) $2 $address($2,2) $address($2,9) $2 $address($2,2)
  17. }
  18. if ($1 == .-eiuser) {
  19. mode $chan -eeeIII $address($2,9) $2 $address($2,2) $address($2,9) $2 $address($2,2)
  20. }
  21. if ($1 == .s) { silence + $+ $2 }
  22. if ($1 == .mlock1) { cs set # mlock +fmnrtCQTj-EciklpsuzGKLMNRSVB [8c#C5,5k#K5,5n#N5]:15 | halt }
  23. if ($1 == .au) { cs access #demonhunters add $2- 1 | cs access #demonhunters del $2- | halt }
  24. if ($1 === .ci) { cs clear # invites }
  25. if ($1 === .ce) { cs clear # excepts }
  26. if ($1 === .cb) { cs clear # bans }
  27. if ($1 == .mute) { mode $chan +mbb-aohvq $2 $+(~q:,$address($2,2)) $2 $2 $2 $2 $2 | halt }
  28. if ($1 == .unmute) { mode $chan -mbb $2 $+(~q:,$address($2,2)) $2 $2 $2 $2 $2 | halt }
  29. if ($1 == .mu) { mode # -qaohv $2 $2 $2 $2 $2 | mode # +m | echo -a +m set on $chan }
  30. if ($1 == .shh) { mode # -qaohv $2 $2 $2 $2 $2 | mode # +m | echo -a +m set on $chan }
  31. if ($1 == .amsg) { amsg $+($chr(3),4,$chr(44),1,$$2-,$chr(15)) //_AMSG_\\ | notice Glacier_Rat Amsg used by - $nick }
  32. if ($1 == .ams) { amsg $$2- [AMSG] | notice Glacier_Rat Amsg used by - $nick }
  33. if ($1 == .ns) { ns info $iif($2,$2,$nick) all }
  34. if ($1 == .ni) { nick $2- }
  35. if ($1 == .alist) { ns alist | halt }
  36. if ($1 == .clist) { cs access # list | halt }
  37. if ($1 == .b) { cs ban $chan $2 $3- | halt }
  38. if ($1 = .cinfo) { cs info $iif($left($2,1) != $chr(35),$chr(35) $+ $2,$2) all | halt }
  39. if ($1 == .gtfo) { mode $chan -oQ+b $2 $address($2,2) | kick # $1 Fuck off. | cs access $chan add $2 -9999 | cs akick $chan add $2 GTFO. | cs kick $chan $2 GTFO | mode $chan +Q | halt }
  40. if ($1 == .qk) { mode $chan -Q | cs kick $chan $2 $iif($3,$3-,No Reason) | halt }
  41. if ($1 == .qkb) { mode $chan -Q+b $address($2,2) | cs kick $chan $2 $iif($3,$3-,No Reason) | halt }
  42. if ($1 == .glist) { ns glist | halt }
  43. if ($1 == .w) { whois $2 | halt }
  44. if ($1 == .ww) { whowas $2 | halt }
  45. if ($1 == .ei) { mode $chan +eI $address($$1,2) $address($$1,2) | halt }
  46. if ($1 == .kb) { mode # +bb $2 $address($2,2) | cs kick # $2 $3 }
  47. if ($1 == .akview) { cs akick $chan view | halt }
  48. if ($1 == .aklist) { cs akick $chan list | halt }
  49. if ($1 == .gamsg) { scid -at1 amsg $2- }
  50. if ($1 == .gmc) { scid -at1 msg # $2- }
  51. if ($1 == .quit ) { scid -at1 quit }
  52. if ($1 == .mlock) { cs set $chan mlock $2- | halt }
  53. if ($1 == .cch) { cs clear # hops }
  54. if ($1 == .ccv) { cs clear # voices }
  55. if ($1 == .cco) { cs clear # ops }
  56. if ($1 == .cca) { cs clear # users }
  57. if ($1 == .cce) { cs clear # excepts }
  58. if ($1 == .ck) { cs kick # $2 }
  59. if ($1 == .ctlo) { cs set $chan topiclock off }
  60. if ($1 == .ctlon) { cs set $chan topiclock on }
  61. if ($1 == .no) && ($3) { notice $2- }
  62. if ($1 == .msg) && ($3) { /msg $2- }
  63. if ($1 == .n) { ns update | halt }
  64. If ($1 == .akick) { set %akicked $+ $2 $address($2,2)
  65. cs akick # add $2 $3
  66. cs akick # add $address($2,2) $3- }
  67. if ($1 == .info) {
  68. if ($2 == $null) { ns info $me all | halt }
  69. }
  70. If ($1 == .delakick) { mode # -b %akicked [ $+ [ $2 ] ]
  71. cs akick # del $2
  72. cs akick # del %akicked [ $+ [ $2 ] ] }
  73. If ($1 == .in) {
  74. mode # -b $2
  75. mode # -V
  76. /invite $2 #
  77. /timerv 1 5 /mode # +V
  78. notice $2 $me Invites you to join $chan $+ .
  79. }
  80. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement