Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2020
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. /update { bioupdate | run $mircdir $+ \mircstats\mircstats.exe " $+ $mircdir $+ \logs\#IWWE.log $+ " | /rankings | halt }
  2. /autowin { $stat(refbot,$1,w) | $stat(refbot,$2,l) | finished }
  3. /legend { writeini users.ini $1 Legend Yes | writeini legend.ini $1 Division Legend | msg $botread(bot_stuff,chan) 00,01 $+ $1 07has been inducted into the IWWE hall of fame! }
  4. /ident { writeini users.ini $1 ident yes | echo -a $1 has been auto-identified. }
  5. /injure {
  6. var %injury.time $calc($ctime + 604800)
  7. var %injury.health $r(12,16)
  8. msg $botread(bot_stuff,chan) $1 has been injured at the hands of the allmighty refbot!
  9. writeini users.ini $1 injured serious
  10. writeini users.ini $1 injuredtime %injury.time
  11. writeini users.ini $1 injuredhealth %injury.health
  12. halt
  13. }
  14.  
  15. /minvite {
  16. var %nlist 1
  17. while ($nick($active,%nlist)) {
  18. /invite $nick($active,%nlist) $1
  19. inc %nlist
  20. }
  21. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement