Advertisement
Guest User

Untitled

a guest
Aug 18th, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.64 KB | None | 0 0
  1. ON *:JOIN:#pickup:{
  2. msg $nick Welcome to Pickup! We've got a new bot :D
  3. msg $nick Type !help to see a list of commands and !rules to see the rules :)
  4. msg $nick We're also looking for a new admin or two... type !sup
  5.  
  6. }
  7.  
  8. ON *:TEXT:!host*:#:{
  9. if ($nick == lostears) || ($nick == euro) || ($nick == AugustanA) || ($nick == Nevada) || ($nick == Mae) || ($nick == -Thor-) || ($nick == The_Krucifier) || ($nick == --odin--) {
  10. /hostgame 0 pickup (RE-RAX MID!)
  11. }
  12. msg $nick If wage was free - the game was hosted.
  13. else {
  14. msg $nick Soz, admins only.
  15. }
  16. }
  17.  
  18. ON *:TEXT:!msgadmin*:#:{
  19. if ($nick == lostears) || ($nick == AugustanA) || ($nick == Nevada) || ($nick == Mae) || ($nick == -Thor-) || ($nick == The_Krucifier) || ($nick == --odin--) {
  20. msg NevadA $2
  21. msg AugustanA $2
  22. msg -thor- $2
  23. msg Mae $2
  24. msg the_krucifier $2
  25. msg --odin-- $2
  26. }
  27. else {
  28. msg $nick No, soz - admins only
  29. }
  30. }
  31.  
  32. ON *:TEXT:!sup*:#:{
  33. msg $nick We're looking for new admins!
  34. msg $nick ----------------------------
  35. msg $nick (If you're not online for more than 4 hours a day,
  36. msg $nick don't read any further)
  37. msg $nick ----------------------------
  38. msg $nick Requirements:
  39. msg $nick 1) You have to be very, very active.
  40. msg $nick 2) You can't be a baddie (at dotA).
  41. msg $nick 3) You must have mumblol and a mic.
  42. msg $nick 4) You must have IRC.
  43. msg $nick -----------------------------
  44. msg $nick If you have the above, contact one of the current admins.
  45. msg $nick - Thanks. (!admins)
  46.  
  47. }
  48.  
  49.  
  50. ON *:TEXT:!add*:#:{
  51. var %i = 1
  52. var %a = -1
  53. writeini pickup.ini Pickup $nick %i
  54. msg $nick You've been added to the game.
  55.  
  56. while (%i <= $lines(pickup.ini)) {
  57. inc %i
  58. inc %a
  59. }
  60. {
  61. msg $nick number of players registered = %a
  62. }
  63. }
  64.  
  65. ON *:TEXT:!list*:#:{
  66. var %i = 1
  67. var %a = -1
  68. while (%i <= $lines(pickup.ini)) {
  69. msg $nick $read(pickup.ini,n,%i)
  70. inc %i
  71. inc %a
  72. }
  73. msg $nick Player(s) added: %a
  74. }
  75.  
  76. ON *:TEXT:!rem*:#:{
  77. remini pickup.ini Pickup $nick
  78. msg $nick You have been successfully removed
  79. }
  80.  
  81. ON *:TEXT:!admins:#:{
  82. msg $nick Admins are: Nevada, Mae, -Thor-, The_Krucifier
  83. msg $nick Trial admin(s): --Odin--
  84. }
  85.  
  86. ON *:TEXT:!br*:#:{
  87. writeini br.ini Requests $2- $nick
  88. msg $nick Thank you, we'll look into it...
  89. }
  90.  
  91. ON *:TEXT:!bl*:#:{
  92. var %i = 1
  93. while (%i <= $lines(br.ini)) {
  94. msg $nick $read(br.ini,n,%i)
  95. inc %i
  96. }
  97. }
  98.  
  99. ON *:TEXT:!rules*:#:{
  100. msg $nick There are a couple of minimum requirements for you to
  101. msg $nick paricipate in the pickups...
  102. msg $nick -----------------------------------------------------
  103. msg $nick 1) Must have mumblol... (And although an absolute must to have a mic, the people who do have them, will get preference)
  104. msg $nick 2) Must have a stable connection. We've added a !br - so you can report people who drop from game, etc
  105. msg $nick 3) Must not be a retard. (Awe?)
  106. msg $nick 4) I'll add more soon...
  107. }
  108.  
  109.  
  110.  
  111. ON *:TEXT:!ears*:#:{
  112. if ($nick == lostears) || ($nick == euro) || ($nick == AugustanA) || ($nick == Nevada) || ($nick == Mae) || ($nick == -Thor-) || ($nick == The_Krucifier) || ($nick == --odin--) {
  113. msg $nick !v "nickname" - voice a nickname
  114. msg $nick !dv "nickname" - devoice a nickname
  115. msg $nick !mod - moderates the channel
  116. msg $nick !clear - clears the added users list
  117. msg $nick !cb - clears the ban request forum
  118. msg $nick !wipe - clears the current game list
  119. }
  120. else {
  121. msg $nick Admins only, soz :
  122. }
  123. }
  124.  
  125. ON *:TEXT:!help*:#:{
  126. msg $nick !add <status> - To add to the game.
  127. msg $nick !rem - To remove your name.
  128. msg $nick !list - To see the list of players.
  129. msg $nick !admins - To see a list of admins.
  130. msg $nick !br <nick> <reason> - To request a ban on a player.
  131. msg $nick If you troll the !br function... you'll be banned.
  132. }
  133.  
  134. ON *:TEXT:!team*:#:{
  135. writeini teams.ini games $2-
  136. msg $nick player added to game, the lineup so far is $nick $3-
  137. msg $4 you have been added to $2
  138. msg $5 you have been added to $2
  139. msg $6 you have been added to $2
  140. msg $7 you have been added to $2
  141. }
  142.  
  143. ON *:TEXT:!game*:#: {
  144. var %i = 1
  145. while (%i <= $lines(teams.ini)) {
  146. msg $nick $read(teams.ini,n,%i)
  147. inc %i
  148. }
  149. }
  150.  
  151. ON *:TEXT:!mod:#: {
  152. if ( $nick == Lostears || $nick == Augustana || $nick == Nevada || $nick == Mae || $nick == -Thor- || $nick == The_Krucifier || $nick == --odin-- ) {
  153. raw moderate
  154. }
  155. }
  156.  
  157. ON *:TEXT:!v*:#: {
  158. if ( $nick == Lostears || $nick == Augustana || $nick == Nevada || $nick == Mae || $nick == -Thor- || $nick == The_Krucifier || $nick == --odin-- ) {
  159. raw voice $2
  160. }
  161. }
  162.  
  163. ON *:TEXT:!dv*:#: {
  164. if ( $nick == Lostears || $nick == Augustana || $nick == Nevada || $nick == Mae || $nick == -Thor- || $nick == The_Krucifier || $nick == --odin-- ) {
  165. raw devoice $2
  166. }
  167. }
  168.  
  169. ON *:TEXT:!clear*:#:{
  170. if ( $nick == Lostears || $nick == Augustana || $nick == Nevada || $nick == Mae || $nick == -Thor- || $nick == The_Krucifier || $nick == --odin-- ) {
  171. remini pickup.ini Pickup
  172. msg $nick added users list cleared.
  173. }
  174. }
  175.  
  176. ON *:TEXT:!cb*:#:{
  177. if ( $nick == Lostears || $nick == Augustana || $nick == Augustana ||| $nick == Nevada || $nick == Mae || $nick == -Thor- || $nick == The_Krucifier || $nick == --odin-- ) {
  178. remini br.ini Requests
  179. msg $nick ban requests cleared.
  180. }
  181. }
  182.  
  183. ON *:TEXT:!wipe*:#:{
  184. if ( $nick == Lostears || $nick == Augustana || $nick == Nevada || $nick == Mae || $nick == -Thor- || $nick == The_Krucifier || $nick == --odin-- ) {
  185. remini teams.ini games
  186. msg $nick current game list cleared.
  187. }
  188. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement