Guest User

Untitled

a guest
Jan 17th, 2019
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.80 KB | None | 0 0
  1. on *:INPUT:#: {
  2. if ($1 == .tb) {
  3. mode # -Q
  4. ban -ku $+ $3 # $2 Did Baby make a Boo Boo? from # for $3 seconds ( $+ $calc($3 /60) minutes) with the reason: $iif($4,$4-,No Reason.)
  5. }
  6. if ($1 == .akick) {
  7. cs akick # add $2-
  8. }
  9. if ($1 = .delakick) {
  10. cs akick # del $2-
  11. }
  12. if ($1 == .entrymsg) {
  13. cs set # entrymsg $2-
  14. }
  15. if ($1 == .eI) && (!$2) {
  16. mode $chan +eeeIII $address($me,9) $me $address($me,2) $address($me,9) $me $address($me,2)
  17. }
  18. if ($2) && ($1 == .eI) {
  19. mode $chan +eeeIII $address($2,9) $2 $address($2,2) $address($2,9) $2 $address($2,2)
  20. }
  21. if ($left($1,1) == +) || ($left($1,1) == -) {
  22. $iif($remove($1,-,+) isalpha,mode $chan $eval($1-,2))
  23. }
  24. if ($1 == .secureops) {
  25. cs set # secureops $2
  26. }
  27. if ($1 == .update || $1 == .u) {
  28. ns update
  29. }
  30. if ($1 == .founder) {
  31. cs set # founder $2
  32. }
  33. if ($1 == .inv) {
  34. invite $2 $chan
  35. }
  36. if ($1 == .v) {
  37. mode $chan +v $2
  38. }
  39. if ($1 == .k) {
  40. kick $chan $2-
  41. }
  42. if ($1 == .op) {
  43. mode $chan +o $2
  44. }
  45. if ($1 == .kb) {
  46. mode $chan +b $address($2,2)
  47. kick $chan $2-
  48. }
  49. if ($1 == .unban) {
  50. mode $chan -b $2
  51. mode $chan -b $address($2,2)
  52. /ban -r $chan $2
  53. }
  54. if ($1 == .ban) {
  55. mode $chan +b $address($2,2)
  56. }
  57. if ($1 == .deop) {
  58. mode $chan -o $2
  59. }
  60. if ($1 == .topic) {
  61. msg $chan The topic is: $chan($chan).topic
  62. }
  63. if ($1 == .mlock) {
  64. cs set # mlock $2-
  65. }
  66. if ($1 == .assign) {
  67. bs assign # $2
  68. }
  69. if ($1 == .unassign) {
  70. bs unassign #
  71. }
  72. if ($1 == .topiclock) {
  73. cs set # topiclock $iif($2 == off,off,on)
  74. }
  75. if ($1 == .cs) {
  76. cs $2 # $3-
  77. }
  78. if ($1 == .bs) {
  79. bs $2 # $3-
  80. }
  81. if ($1 == .sp) {
  82. if ($me isop #) {
  83. mode # +RntjfmV-Q 2:99 [8j#i10]:10
  84. msg $chan Spam Protection On
  85. }
  86. if ($me ishop #) {
  87. mode # +m
  88. msg $chan Stopping spam
  89. msg $chan With My Limited Access I Can Only Set Mode +m But I Will Do What I Can To Help.
  90. }
  91. }
  92. if ($1 == .spoff) {
  93. if ($me isop #) {
  94. mode # -RjfmV 2:99 [8j#i10]:10
  95. timer 1 1 mode # +jf 3:10 [8c#C5,7j#R5,5k#K5,20m#M5,5n#N5,8t#b]:15
  96. msg $chan Spam protection disabled .
  97. }
  98. if ($me ishop #) {
  99. mode # -RjfmV 2:99 [8j#i10]:10
  100. msg $chan Ok, Spam Is Over! Enjoy Your Day in $chan
  101. }
  102. }
  103. if ($1 == .Qkb) {
  104. mode # -vhoaQ+bb $str($1 $+ $chr(32),5) $address($2,2)
  105. mode # -Q
  106. kick # $2 $3-
  107. }
  108. if ($1 == .levels) {
  109. cs levels # set $$2-3
  110. }
  111. if ($1 == .ucount) {
  112. say The user count for $iif($2,$2,#) is $nick($iif($2,$2,#),0)
  113. }
  114. if ($1 == .Qk) {
  115. mode # -vhoaQ $str($1 $+ $chr(32),4)
  116. mode # -Q
  117. kick # $2 $3-
  118. }
  119. if ($1 == .invv) {
  120. /mode # -V | invite $2 $chan
  121. /mode # +V
  122. }
Add Comment
Please, Sign In to add comment