I'll do you one better, add every name from the channel to the slap list, and do it all at once. And even better yet, it excludes yourself and uses proper grammer. >:F


/Slap All {
/set -u0 %a 1
while (%a <= $nick($active, 0)) {
if ($nick($active, %a) != $me) /set -u0 %nicks $+(%nicks,$chr(32),$nick($active, %a),$iif(%a != $nick($active, 0), $chr(44)))
/inc -u0 %a
}
/set -u0 %nicks $replace(%nicks, $gettok(%nicks, $gettok(%nicks, 0, 32), 32), $+(and,$chr(32),$gettok(%nicks, $gettok(%nicks, 0, 32), 32)))
/me slaps %nicks around a bit with a large trout.
}

Ex: If you had
Adrenaline
ChanSys
KingTomato
Miniki
Terror_Vdb

In the channel, it would say:
* KingTomato slaps Adrenaline, ChanSys, Miniki and Terror_Vbd around a bit with a large trout.

grin


-KingTomato