Channel clearer
mIRC Code
+ 0 likes
Please Register to submit score.
| 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
Please do comment.
UPDATED
mIRC Snippet:
Channel clearer
Posted on Aug 9, 2009 11:21 am
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
goes in alisases then ya type /mkb reason
[17:19] * You were kicked by Jay (Mass kick: closed)
| 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)
mIRC Snippet:
Channel clearer
Posted on Aug 9, 2009 11:45 am
Posted on Aug 9, 2009 11:45 am
This will stop it kicking you.
enjoy
| 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
mIRC Snippet:
Channel clearer
Posted on Aug 9, 2009 11:49 am
Posted on Aug 9, 2009 11:49 am
cool, Nice work :D
mIRC Snippet:
Channel clearer
Posted on Aug 9, 2009 11:54 am
Posted on Aug 9, 2009 11:54 am
my work always is lol
mIRC Snippet:
Channel clearer
Posted on Aug 9, 2009 12:03 pm
Posted on Aug 9, 2009 12:03 pm
did the changes work?
if so paste the kick logs here pls
if so paste the kick logs here pls
mIRC Snippet:
Channel clearer
Posted on Aug 9, 2009 12:09 pm
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
mIRC Snippet:
Channel clearer
Posted on Aug 9, 2009 12:15 pm
Posted on Aug 9, 2009 12:15 pm
so it worked?
mIRC Snippet:
Channel clearer
Posted on Aug 9, 2009 12:18 pm
Posted on Aug 9, 2009 12:18 pm
no it didnt kick the bot, it should of kicked the bot and not me?
mIRC Snippet:
Channel clearer
Posted on Aug 9, 2009 12:25 pm
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.
mIRC Snippet:
Channel clearer
Posted on Aug 9, 2009 12:30 pm
Posted on Aug 9, 2009 12:30 pm
ok i placed it in my editor on typing /empty error message Empty unknow command
mIRC Snippet:
Channel clearer
Posted on Aug 9, 2009 8:19 pm
Posted on Aug 9, 2009 8:19 pm
if your network uses UnrealIRCD u can do /cs clear # users




