1
0
mirror of https://github.com/osmarks/ngircd.git synced 2025-09-06 04:37:56 +00:00

Merge pull request #217 from SaberUK/master+notice-auth

Use "NOTICE *" before registration instead of "NOTICE AUTH".
This commit is contained in:
Alexander Barton
2015-08-01 14:51:04 +02:00
5 changed files with 21 additions and 21 deletions

View File

@@ -193,9 +193,9 @@
;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
;NoticeBeforeRegistration = no
# Should IRC Operators be allowed to use the MODE command even if
# they are not(!) channel-operators?