Hi all

i can't see it ... frown
i'm trying to check a checkbox in a list.
on whois it has to check the comchans of the channels listed in the list.
here is the code that should do the trick:
Code:
if ($numeric == 319) {
    did -s Whois 25 $didwm(Whois,25,$+(*,$comchan($2,%a)))
    inc %a

I thought $2 was suppose to be the nick .... what am i doing wrong?