Page 1 of 1

~ @ + prevent

Posted: Sun May 16, 2010 11:47 am
by qwe
hello, i want when a user join a new channel not taking a @.. how to accomplish that?

Re: ~ @ + prevent

Posted: Sun May 16, 2010 12:18 pm
by katsklaw
from the documentation for set block:

set::level-on-join <op|none>;
The mode that a user will get when he's the first to join a channel. This is either 'op' (channel operator, the default) or 'none'.

Re: ~ @ + prevent

Posted: Sun May 16, 2010 1:53 pm
by qwe
thanks!