alias ctcpevery {
var %loop = 1
var %tempthing = 1
while (%loop <= %killnicks) {
ctcp $nick($active,%tempthing) version
inc %tempthing
}
}
%killnicks is already set to a numerical value. I don't get any errors, just nothing happens.
oh, seperate question, too. how can I get the total number of nicks in a channel?