Advertisement
Guest User

Untitled

a guest
Aug 12th, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. on $*:TEXT:/^[!@]cor\b/i:#tkoleaders:{
  2. if ($nick isop $chan) {
  3. tokenize 32 Mr|Zenzei Vishal Jinn
  4. unset %1 %2
  5. while ($1) {
  6. if ($1 ison #tko_blitz) {
  7. msg $1 When your corruption fight ends come to TKO war.
  8. if ($1 ishop #tko_blitz) { var %1 = -h $+ %1,%2 $1 $+ %2 }
  9. elseif ($1 isvoice #tko_blitz) { var %1 = -v $+ %1,%2 $1 $+ %2 }
  10. if ($gettok(%2,0,32) == $modespl) {
  11. mode #tko_blitz %1 %2
  12. unset %1 %2
  13. }
  14. }
  15. tokenize 32 $2-
  16. }
  17. if (%1) { mode #tko_blitz %1 %2 }
  18. }
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement