Advertisement
Guest User

Untitled

a guest
Jul 27th, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. on *:text:*:%c2.chan: {
  2. if ($regex($1,/^([\.!+@])kban/)) {
  3. if ($regml(1) = !) var %res = you have stopped Gather 1 - on Time - [ %gather1.time ] Date - [ %gather1.date ] with no permission next time you will banned and your runner will be removed! }
  4. elseif ($regml(1) = @) var %res = you have stopped Gather 2 - on Time - [ %gather2.time ] Date - [ %gather2.date ] with no permission next time you will banned and your runner will be removed!
  5. elseif ($regml(1) == .) var %res = you have stopped Gather 3 - on Time - [ %gather3.time ] Date - [ %gather3.date ] with no permission next time you will banned and your runner will be removed!
  6. elseif ($regml(1) == +) var %res = you have stopped Gather 4 - on Time - [ %gather4.time ] Date - [ %gather4.date ] with no permission next time you will banned and your runner will be removed!
  7. .set %kban2 $address($nick,2)
  8. .set %kban $nick
  9. .mode %c.chan +b %kban2 | kick %c.chan %kban %res
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement