[translation]

Hello everybody

I'm tring to create a counter wich counts wheter there are more then 1 person on the channel

on *:join:#: {
set %pers $nick(#,0)
if (%pers > 1) && (%pers < 3) { do something }
}
(The < 4 prevents to do this everytime if somebody gets back in the channel)
This all works good. The problem is in the PART and QUIT

on *:part:#: {
set %pers $nick(#,0)
if (%pers < 2) { do something }
} <~~ same with QUIT

This doesn't work good. Can you see the error?

Thanks in advance

Aaron

[/translation]

[footer in dutch]
(Aaron: aangezien dit engels board is graag engels praten, ik vertaal je reactie maar eenmalig, indien je geen engels kan kun je beter een nederlands forum opzoeken denk ik)
[/footer in dutch]


------
Cheers m8!