Rename NoticeAuth to NoticeBeforeRegistration.

The old name is still supported for compatibility reasons.
This commit is contained in:
Peter Powell
2015-07-14 14:43:19 +01:00
parent d118cd74b6
commit 5545e1bebf
5 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -195,7 +195,7 @@
# Normally ngIRCd doesn't send any messages to a client until it is
# 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?