Hi,

ah .. silly me.

Ok, i tried to use the on nick event for something else. If a guest joins the channel he should only get voice when he changes the nick to something else than guest*

So, I tried:
on 1:nick:# {
if (guest !isin $nick) mode $chan +v $nick
}


I interpret this as
when guest changes nick to a nick that does not include guest give voice

But this doesn't work.
Where is the mistake?

Thx,
Gwion