Mass Guest Kicker

By [|Red-X|] on Aug 16, 2004

kick all nicks use guest???

;syntax: /kickguest #channel
alias kickguest {
  if ($me isop $1) {
    var %x = $nick($1,0)
    while (%x >= 1) {
      if ($nick($1,%x) != $me) && (Guest* iswm $nick($1,%x)) { kick $1 $ifmatch Guest unacceptable }
      dec %x 
    }
  }
}

Comments

Sign in to comment.
xDaeMoN   -  May 17, 2007

Did you type the correct syntax? Were you an OP when you tried it?

 Respond  
Tyler222   -  May 17, 2007

Doesn\'t work.

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.