yeh, they arent needed i think they got the idea from that listops thing in the help file and just played around with it.
rolz14 , you could use a loop like this
alias cusers {
var %i = 0
while ($nick(#,%i) != $null) {
inc %i
if ($nick(#,%i) == $null) {
msg $chan 10 $+ There is Currently $calc(%i - 1) users on the channel!
}
}
}
one problem you have on *:TEXT:*fark*:*: { that means they can say it in a PM and you\'d try to kick and $chan will return $null so you\'d get an error
btw, the command Random kick. that wouldnt protect the bot as u have .kick $chan $nick($chan,$rand(1,$nick($chan,0))) random kick %counter ( you dont need the .kick just kick ) the command is before the if ($knick == $me) { so if it was the bot it would kick you then it would message the channel \"Not kicking maker of script\" and you have \" inc %counter\" on the kill command and it will add on the amount of kicks