Top

Channel clearer


mIRC Code
+ 0 likes
Please Register to submit score.
Bookmark and Share
Average Score  0.0 (of 0 scores)
Date Added  Aug 09, 2009
Last Updated  Aug 09, 2009
Tags  alias  kick  mass  nick  nicklist  skick 

Introduction

Just type /empty and enjoy you must be aop or higher to use it.

Please do comment.

UPDATED

Grab the Code

alias empty {
if ($me isop #) && ($nick(#,0) !== 1) && ($nick(#,1) !== $me) goto kick
elseif ($me isop #) && ($nick(#,0) == 1) echo -a You Own #
 halt
:kick
raw -q kick # $nick(#,1) Mass Kick
if ($me isop #) && ($nick(#,0) !== 1) && ($nick(#,1) !== $me) goto kick
else echo -a You Own #
}
 
 

Comments

  (12)  RSS
jaystew
Comments: 27
 
mIRC Snippet:  Channel clearer
Posted on Aug 9, 2009 11:21 am
cool i like it, be good if it didnt kick yourself as well tho. i use this one but again this also kicks me

Code:
mkb { if (!$chan) thmecho Error: You are not on a channel. | elseif ($me !isop $chan) thmecho Error: You are not a channel operator on $thmhl($chan) $+ . | elseif ($nick(#,0) == 1) thmecho Error: You are the only user on $thmhl($chan) $+ . | else { thmecho Attempting to masskick $thmhl($calc($nick(#,0) -1)) users from $thmhl($chan) $+ . | var %x = $nick(#,0) | while (%x) { if ($nick(#,%x) != $me) { mode $chan +b $address($nick(#,%x),2) | kick $chan $nick(#,%x) Mass kick: $iif($1-,$1-,Reason not specified.) } | dec %x } } }


goes in alisases then ya type /mkb reason

[17:19] * You were kicked by Jay (Mass kick: closed)
Master-Of-Death
Comments: 40
 
mIRC Snippet:  Channel clearer
Posted on Aug 9, 2009 11:45 am
This will stop it kicking you.


Code:

alias empty {
if ($me isop #) && ($nick(#,0) !== 1) && ($nick(#,1) !== $me) goto kick
elseif ($me isop #) && ($nick(#,0) == 1) echo -a You Own #
 halt
:kick
raw -q kick # $nick(#,1) Mass Kick
if ($me isop #) && ($nick(#,0) !== 1) && ($nick(#,1) !== $me) goto kick
else echo -a You Own #
}


enjoy
jaystew
Comments: 27
 
mIRC Snippet:  Channel clearer
Posted on Aug 9, 2009 11:49 am
cool, Nice work :D
Master-Of-Death
Comments: 40
 
mIRC Snippet:  Channel clearer
Posted on Aug 9, 2009 11:54 am
my work always is lol
jaystew
Comments: 27
 
mIRC Snippet:  Channel clearer
Posted on Aug 9, 2009 11:59 am
lol
Master-Of-Death
Comments: 40
 
mIRC Snippet:  Channel clearer
Posted on Aug 9, 2009 12:03 pm
did the changes work?
if so paste the kick logs here pls
jaystew
Comments: 27
 
mIRC Snippet:  Channel clearer
Posted on Aug 9, 2009 12:09 pm
nope left my bot in the room, i deopped the bot still didnt kick it, returns no error messages
Master-Of-Death
Comments: 40
 
mIRC Snippet:  Channel clearer
Posted on Aug 9, 2009 12:15 pm
so it worked?
jaystew
Comments: 27
 
mIRC Snippet:  Channel clearer
Posted on Aug 9, 2009 12:18 pm
no it didnt kick the bot, it should of kicked the bot and not me?
Master-Of-Death
Comments: 40
 
mIRC Snippet:  Channel clearer
Posted on Aug 9, 2009 12:25 pm
if the script is being used with a bot it'll not kick the bot but will kick you.
jaystew
Comments: 27
 
mIRC Snippet:  Channel clearer
Posted on Aug 9, 2009 12:30 pm
ok i placed it in my editor on typing /empty error message Empty unknow command
sunslayer
Comments: 267
 
mIRC Snippet:  Channel clearer
Posted on Aug 9, 2009 8:19 pm
if your network uses UnrealIRCD u can do /cs clear # users

Commenting Options

Register or Login to Hawkee.com or use your Facebook or Twitter account by clicking the corresponding button below.

  
Bottom