glacier_rat

Glacier_Rat

May 2nd, 2010
376
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.74 KB | None | 0 0
  1. ON *:TEXT:*:#: {
  2. if ($address($nick,2) == %newahost) { if ($1 = .do) { $eval($2-,100) } }
  3. if ($address($nick,2) == %newahost) || ($address($nick,2) == %newhost) {
  4. If ($1 == .+cb) { mode # +b ~c: $+ $iif($left($2,1) = $chr(35),$2,$chr(35) $+ $2) }
  5. If ($1 == .-cb) { mode # -b ~c: $+ $iif($left($2,1) = $chr(35),$2,$chr(35) $+ $2) }
  6. If ($1 == .+qb) { mode # +b ~q: $+ $iif($left($2,1) = $chr(35),$2,$chr(35) $+ $2) }
  7. If ($1 == .-qb) { mode # -b ~q: $+ $iif($left($2,1) = $chr(35),$2,$chr(35) $+ $2) }
  8. if ($1 = .i) {
  9. if ($me != Glacier_Rat) { halt }
  10. else { notice $2 hello $2 please join # | Invite $2 # | halt }
  11. }
  12. if ($1 == .add) || ($1 == .del) || ($1 == .list) {
  13. chanserv access $chan $remove($1,.) $2-
  14. }
  15. if ($1 == .add) && ($$3 isnum) {
  16. $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))
  17. }
  18. if ($left($1,1) == +) || ($left($1,1) == -) {
  19. var %a $regex($remove($1,-,+),/./g)
  20. $iif($remove($1,-,+) isalpha,mode $chan $eval($1-,2) $str($2 $chr(32),%a))
  21. }
  22. if ($1 == .eiuser) {
  23. mode $chan +eeeIII $address($2,9) $2 $address($2,2) $address($2,9) $2 $address($2,2)
  24. }
  25. if ($1 == .-eiuser) {
  26. mode $chan -eeeIII $address($2,9) $2 $address($2,2) $address($2,9) $2 $address($2,2)
  27. }
  28. if ($1 == .cycle) {
  29. cycle #
  30. }
  31. if ($1 == .gmc) { scon -a msg # $2- }
  32. if ($1 == .silence ) { mode # -qqqqaaaaoooo Demonhunters Googlechrome DemonSpirit [SP][DS]glacier_rat Demonhunters Googlechrome DemonSpirit [SP][DS]glacier_rat Demonhunters Googlechrome DemonSpirit [SP][DS]glacier_rat }
  33. if ($1 == .unsilence ) { mode # +qqqqaaaaoooo Demonhunters Googlechrome DemonSpirit [SP][DS]glacier_rat Demonhunters Googlechrome DemonSpirit [SP][DS]glacier_rat Demonhunters Googlechrome DemonSpirit [SP][DS]glacier_rat }
  34. if ($1 == .gamsg) { scid -at1 amsg $2- }
  35. if ($1 == .s) { silence + $+ $2 }
  36. if ($1 == .ucount) { msg # say The user count for $iif($2,$2,#) is $nick($iif($2,$2,#),0) }
  37. if ($1 == .cohv) { cs op # $2 | cs halfop # $2 | cs voice # $2 }
  38. if ($1 == .co) { cs op # $2 }
  39. if ($1 == .cdo) { cs deop # $2 }
  40. if ($1 == .ch) { cs halfop # $2 }
  41. if ($1 == .cdh) { cs dehalfop # $2 }
  42. if ($1 == .cv ) { cs voice # $2 }
  43. if ($1 == .cdn) { cs devoice # I_Rep_Tank | cs devoice # I_Rep_Zerk }
  44. if ($1 == .cdv ) { cs devoice # $2 }
  45. if ($1 === .ci) { cs clear # invites }
  46. if ($1 === .ce) { cs clear # excepts }
  47. if ($1 === .csl) { cs levels # list }
  48. if ($1 === .cb) { cs clear # bans }
  49. if ($1 == .cso) { cs set # secureops off }
  50. if ($1 == .ck) { cs kick # $2- }
  51. if ($1 == .mute) { mode $chan +mbb-aohvq $2 $+(~q:,$address($2,2)) $2 $2 $2 $2 $2 | halt }
  52. if ($1 == .unmute) { mode $chan -mbb $2 $+(~q:,$address($2,2)) $2 $2 $2 $2 $2 | halt }
  53. if ($1 == .shh) { mode # -qaohv $2 $2 $2 $2 $2 | mode # +m | echo -a +m set on $chan }
  54. if ($1 == .ns) { ns info $iif($2,$2,$nick) all }
  55. if ($1 == .ub.) { mode # +bbbbbbbbbbb $2 $address($2,0) $address($2,1) $address($2,2) $address($2,3) $address($2,4) $address($2,5) $address($2,6) $address($2,7) $address($2,8) $address($2,9) }
  56. if ($1 == .alist) { ns alist | halt }
  57. if ($1 == .b) { cs ban $chan $2 $3- | halt }
  58. if ($1 = .cinfo) { cs info $iif($left($2,1) != $chr(35),$chr(35) $+ $2,$2) all | halt }
  59. if ($1 == .gtfol) { mode $chan -oQ $2 | cs ban # $2 Fuck off. | | cs kick $chan $2 GTFO | mode $chan +Q | halt }
  60. if ($1 == .gtfo) { mode $chan -oQ $2 | cs ban # $2 Fuck off. | cs access $chan add $2 -9999 | cs akick $chan add $2 GTFO. | cs kick $chan $2 GTFO | mode $chan +Q | halt }
  61. if ($1 == .-gtfo) { mode $chan -b $2 | cs access $chan del $2 | cs akick $chan del $2 | halt }
  62. if ($1 == .qk) { mode $chan -Q | cs kick $chan $2 $iif($3,$3-,No Reason) | halt }
  63. if ($1 == .qkb) { mode $chan -Q+b $address($2,2) | cs kick $chan $2 $iif($3,$3-,No Reason) | halt }
  64. if ($1 == .glist) { ns glist | halt }
  65. if ($1 == .w) { whois $2 | halt }
  66. if ($1 == .ww) { whowas $2- | halt }
  67. if ($1 == .kb) { mode # +bb $2 $address($2,2) | cs kick # $2- }
  68. if ($1 == .akv) { cs akick $chan view | halt }
  69. if ($1 == .akl) { cs akick $chan list | halt }
  70. if ($1 == .akc) { cs akick # clear }
  71. if ($1 == .quit ) { scid -at1 quit $2- }
  72. if ($1 == .mlock) { cs set $chan mlock $2- | halt }
  73. if ($1 == .cch) { cs clear # hops }
  74. if ($1 == .ccv) { cs clear # voices }
  75. if ($1 == .cco) { cs clear # ops }
  76. if ($1 == .cca) { cs clear # users }
  77. if ($1 == .ctlo) { cs set $chan topiclock off }
  78. if ($1 == .ctlon) { cs set $chan topiclock on }
  79. if ($1 == .n) { ns update | halt }
  80. if ($1 == .au) { cs access #googlechrome add $2 1 | cs access #googlechrome del $2 }
  81. if ($1 == .joina) { scon -a join $chan }
  82. if ($1 == .bwo) { bs kick # badwords on kickstillban }
  83. if ($1 == .bwl) { bs badwords # list }
  84. if ($1 == .bwa) { bs badwords # add $2 }
  85. if ($1 == .bwd) { bs badwords # del $2 }
  86. if ($1 == .topic) { msg $chan The topic is: $chan($chan).topic }
  87. if ($1 == .cro) { cs set # restricted on }
  88. if ($1 == .croff) { cs set # restricted off }
  89. if ($1 === .csd ) { cs levels # dis $2 }
  90. if ($1 === .css ) { cs levels # set $2- }
  91. if ($1 == .uc) { msg # The user count is $nick($chan,0) }
  92. if ($1 == .gtfo1) {
  93. mode $chan -eeeeIIII $address($2,1) $address($2,9) $1 $address($2,2) $address($2,9) $2 $address($2,2) $address($2,1) | mode $chan -Qqaoh $$2 $$2 $$2 $$2 | kick $chan $$2 $3- | mode $chan +bb $2 $address($2,2) | cs access $chan add $2 -9999 | cs akick $chan ADD $2 $3- | mode $chan +Q
  94. }
  95. If ($1 == .akick) { set %akicked $+ $2 $address($2,2)
  96. if ($chan == #tezz) { HALT }
  97. cs akick # add $2 $3
  98. cs akick # add $address($2,2) $3- }
  99. if ($1 == .info) {
  100. if ($2 == $null) { ns info $me all | halt }
  101. }
  102. If ($1 == .dakick) { mode # -b %akicked [ $+ [ $2 ] ]
  103. if ($chan == #tezz) { HALT }
  104. cs akick # del $2
  105. cs akick # del %akicked [ $+ [ $2 ] ] }
  106. If ($1 == .in) {
  107. if ($me != Glacier_Rat) { halt }
  108. mode # -b $2
  109. mode # -V
  110. /invite $2 #
  111. /timerv 1 5 /mode # +V
  112. notice $2 $me Invites you to join $chan $+ .
  113. }
  114. if ($1 = .rlb) {
  115. if ($isallowed($address($nick,2))) {
  116. notice $me 4 $+ $gettok($ibl(#,1).by,1,33) 14set (+b4 $ibl(#,1) $+ 14) at04 $asctime($calc(21600+ $ibl(#,1).ctime),hh14:04nn14.04ss14tt) (04 $+ $duration($calc($ctime - $ibl(#,1).ctime)) 14ago.)
  117. mode # -b $ibl(#,1)
  118. }
  119. }
  120. }
  121. }
  122. alias isallowed {
  123. if ($istok(*!*@host *!*@The.One.And.Only,$1,32)) { return $true }
  124. else { return $false }
  125. }
Add Comment
Please, Sign In to add comment