Hi
i am working on a kick script that kicks all nicks, How do i make it that it dosent kick me? Also what improvements can you suggest to the style and format? If the replyer has time to give a short explanation on to how his/hers code works it would be a great help. Thanks
Here is what i have so far.

alias kickall {
var %i = 1
while (%i <= $nick(#,0)) {
kick $chan $nick(#,%i)
inc %i
}
}


Newbie