1
0
mirror of https://github.com/osmarks/ngircd.git synced 2025-09-12 07:16:02 +00:00

Use "NOTICE *" before registration instead of "NOTICE AUTH".

AUTH is a valid nickname so sending notices to it is probably not
a good idea. Use * as the target instead as done with numerics
when the nick is not available.

This mimics the behaviour in Charybdis, IRCD-Hybrid, InspIRCd 2.2,
Plexus 4, etc.
This commit is contained in:
Peter Powell
2015-07-14 14:37:42 +01:00
parent 571b1a8b83
commit d118cd74b6
4 changed files with 9 additions and 9 deletions

View File

@@ -193,7 +193,7 @@
;MorePrivacy = no
# Normally ngIRCd doesn't send any messages to a client until it is
# registered. Enable this option to let the daemon send "NOTICE AUTH"
# registered. Enable this option to let the daemon send "NOTICE *"
# messages to clients while connecting.
;NoticeAuth = no