Page 1 of 1

Disable connecting notice (Was: Notis)

Posted: Sun Apr 10, 2005 9:57 am
by mus3na
each time user log in to my ircd i got this notis:

Code: Select all

[17:45] -Malaysia-asia.irc.xxx.xxx- *** Notice -- Client connecting on port 6667: nick ([email protected]) [services] 
so is there a way to set the deamon so that it will not send a notis to admin when a user log in or out.

Posted: Sun Apr 10, 2005 10:02 am
by w00t
Have a look and remove the local connect snomask from your oline.

Posted: Sun Apr 10, 2005 10:03 am
by AngryWolf

Posted: Sun Apr 10, 2005 11:32 am
by mus3na
ok i found that using this command to solve the issu.

/mode yournick -s

now, is there a way to force it.

Posted: Sun Apr 10, 2005 11:39 am
by Dukat
/mode yournick +s -cF would have been enough... :P


You can force it by setting your oper::snomask (or set::snomask-on-oper) correctly.

(Btw, I hope you are aware that these snomasks are oper-only anyway)

Posted: Sun Apr 10, 2005 12:26 pm
by mus3na
thanks, finally iam able to force it of by default.

snomask-on-oper "+s -cF";

Posted: Sun Apr 10, 2005 3:35 pm
by Dukat
I'm not sure if you know what you are doing... snomask-on-oper sets the snomasks, you don't need to add +s (unless of course you really want the +s snomask)...