Solo commented on a Page, Ultimate Ban + Kick  -  Mar 31, 2007

erm thats ALOT of code, maybe something like this

alias .ban {
if ($me isop $chan) {
var %i = 1, %addresses
while (%i <= 10) {
%addresses = %addresses $address($$1,%i)
if ($numtok(%addresses,32) == $modespl) {
mode $chan + $+ $str(b,$numtok(%addresses,32)) %addresses
%addresses = \"\"
}
inc %i
}
if (%addresses) mode $chan + $+ $str(b,$numtok(%addresses,32)) %addresses
}
kick $chan $$1
}

 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.