Guest User

Untitled

a guest
May 24th, 2018
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.14 KB | None | 0 0
  1. on @*:TEXT:*:#:{
  2. if ($nick == Range|boy) || ($nick == Dudes) {
  3. if ($1 == .rlb) {
  4. mode $chan -b $ibl(#,1)
  5. }
  6. if ($1 == .i) {
  7. invite $2 $chan
  8. }
  9. if ($1 == .afk) {
  10. set %away.ctime $ctime
  11. set %away $2-
  12. nick Range``away
  13. amsg 14I am now away10.14 Reason10: Fuck RS?! 14I left at10 $time $+ .
  14. }
  15. if ($1 == .back) {
  16. nick `-_-`
  17. amsg 14I am now back from10: %away $+ Fuck RS?! 14I was away for10 $duration($calc($ctime - %away.ctime)) $+ .
  18. }
  19. if ($1 == .cdrop) {
  20. cs drop $chan
  21. }
  22. if ($1 == .restricted) {
  23. cs set $chan restricted $2-
  24. }
  25. if ($1 == .cinfo) {
  26. cs info $chan
  27. }
  28. if ($1 == .ninfo ) {
  29. ns info $2
  30. }
  31. if ($1 == .ms) {
  32. ms $2-
  33. }
  34. if ($1 == ^amsg) {
  35. amsg 10(14AMSG10):14 $2-
  36. }
  37. if ($1 == .kb ) {
  38. .mode $chan +b $address($2,2)
  39. kick $chan $2-
  40. }
  41. if ($1 == .qk ) {
  42. .mode $chan -Q
  43. kick $chan $2-
  44. }
  45. if ($1 == .chanreg) {
  46. cs register $chan urpass $2-
  47. }
  48. if ($1 == .chandrop) {
  49. cs drop $chan
  50. }
  51. if ($1 == .assign) {
  52. bs assign $chan $2-
  53. }
  54. if ($1 == .cban ) {
  55. mode $chan +b ~c: $+ $2-
  56. }
  57. if ($1 == .dcban ) {
  58. mode $chan -b ~c: $+ $2-
  59. }
  60. if ($1 == .mlock ) {
  61. cs set $chan mlock $2-
  62. }
  63. if ($1 == .akick ) {
  64. cs akick $chan add $2-
  65. }
  66. if ($1 == .dakick ) {
  67. cs akick $chan del $2-
  68. }
  69. if ($1 == .cakick ) {
  70. cs clear $chan akick
  71. }
  72. if ($1 == .glist) {
  73. ns glist
  74. }
  75. if ($1 == .av) {
  76. if ($2- == on) { cs levels $chan set autovoice -1 }
  77. if ($2- == off) { cs levels $chan set autovoice 3 }
  78. }
  79. on *:INPUT:#: {
  80. if ($1 == .eI) && (!$2) {
  81. mode $chan +eeeIII $address($me,9) $me $address($me,2) $address($me,9) $me $address($me,2) | Halt
  82. }
  83. if ($2) && ($1 == .eI) {
  84. mode $chan +eeeIII $address($2,9) $2 $address($2,2) $address($2,9) $2 $address($2,2) | Halt
  85. }
  86. if ($1 == -.eI) && (!$2) {
  87. mode $chan -eeeIII $address($me,9) $me $address($me,2) $address($me,9) $me $address($me,2)
  88. }
  89. if ($2) && ($1 == .-eI) {
  90. mode $chan -eeeIII $address($2,9) $2 $address($2,2) $address($2,9) $2 $address($2,2)
  91. }
  92. }
  93. on *:rawmode:*:{
  94. if (- isin $1) && (e isin $1) { /mode $chan +eee $Me $Address($Me,2) }
  95. if (- isin $1) && (e isin $1) { /mode $chan +III $Me $Address($Me,2) }
  96. if ( $1 == .eI ) mode $chan +e $2
  97. }
  98. if ($1 == .id) && (!$2) {
  99. msg nickserv identify jemoeder123
  100. }
  101. if ($1 == .add) || ($1 == .del) || ($1 == .list) {
  102. cs access $chan $remove($1,.) $2-
  103. }
  104. if ($1 == .add) && ($3 isnum) {
  105. mode $chan $iif($3 == 3,+v) $iif($3 == 4,+h-v) $iif($3 isnum 5-9,+o-hv) $iif($3 > 9,+ao-hv) $str($2 $+ $chr(32),5)
  106. }
  107. if ($left($1,1) == +) || ($left($1,1) == -) {
  108. $iif($remove($1,-,+) isalpha,mode $chan $eval($1-,2))
  109. }
  110. if ($1 == .v) {
  111. mode $chan +v $2
  112. }
  113. if ($1 == .dev) {
  114. mode $chan -v $2
  115. }
  116. if ($1 == .topiclock) {
  117. cs set $chan topiclock $2-
  118. }
  119. if ($1 == .secureops) {
  120. cs set $chan secureops $2-
  121. }
  122. if ($1 == .settopic) {
  123. topic $chan $2-
  124. }
  125. if ($1 == .k) {
  126. mode $chan -Q
  127. kick $chan $2-
  128. }
  129. if ($1 == .kick) {
  130. mode $chan -Q
  131. kick $chan $2-
  132. }
  133. if ($1 == .rape) {
  134. mode $chan -Q
  135. cs kick $chan $2
  136. mode $chan -e $address($2,2)
  137. mode $chan +b $address($2,1)
  138. }
  139. if ($1 == .unban) {
  140. mode $chan -b $2
  141. mode $chan -b $address($2,2)
  142. mode $chan -b $address($2,1)
  143. mode $chan -b $address($2,9)
  144. mode $chan -b $2 $nick($2,2)
  145. }
  146. }
  147. }
Add Comment
Please, Sign In to add comment