yeah, I realized that, lol.

even this...

alias killnow {
var %loop = 1
var %tempthing = 1
while (%loop <= %killnicks) {
ctcp $nick($active,%tempthing) version
inc %tempthing
inc %loop
}
}

doesn't work though