Advertisement
Guest User

Untitled

a guest
Aug 19th, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. on *:INPUT:*: {
  2. if ($1 == !kb) { mode $active +b $address($2,2) || kick $active $2 }
  3. if ($1 == !unban) { mode $active -b $address($2,2) }
  4. if ($1 == !tkb) { ban -u $+ $3 $chan $2 || kick $chan $2 $4- }
  5. if ($1 == !ban) { mode $active +b $address($$2,2) }
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement