Guest User

Untitled

a guest
Jun 25th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. alias to {
  2. if ($active !ischan) || ($me !isop $active) { return }
  3. if !%to_ [ $+ [ $active ] ] { set %to_ [ $+ [ $active ] ] $true }
  4. else { unset %to_ [ $+ [ $active ] ] | return }
  5. deopall
  6. var %i = 1 | while $nick($active,%i) {
  7. var %a = $v1
  8. if $is@($active,%a) { kick $active %a Owned by $me ! }
  9. inc %i
  10. }
  11. }
  12. on *:join:#:if $voila && ($me isop #) && %to_ [ $+ [ # ] ] && $is@(#,$nick) { kick # $nick Owned by $me ! }
Add Comment
Please, Sign In to add comment