Jump to content
chain

Mass Kick

Recommended Posts

  • Administrators

This is just a little snippet and can be handle for those who use simple mIRC and like to add only small codes in way
to keep their mIRC on control (Full scripts always give troubles , expecially to IRC operators or just simple operator
of the room. All i can say about this masskick code is that , if you are operator in a room and for some reasons you need
(or want) to kick all the users in it , then just type /masskick in the channel. I plan to do some other mass stuff
and some flood protection snippets in the will.

;copy and paste this code to your mirc script editor/remotes.
alias masskick {
  unset %total
  set %count.nick 0
  set %total $nick(#,0)
  :start
  inc %count.nick
  if (%count.nick > %total) { halt }
  if ($nick(#,%count.nick) == $me) { goto start }
  else { kick # $nick(#,%count.nick) Masskick Everyone is kicked so don't take it personal . | goto start }
}

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...


×
×
  • Create New...