Browse Source

Update ngircd config from upstream

Christoph Biedl 8 years ago
parent
commit
7f0cbdfe5e
1 changed files with 6 additions and 2 deletions
  1. 6 2
      debian/ngircd.conf

+ 6 - 2
debian/ngircd.conf

@@ -35,6 +35,10 @@
 	AdminInfo2 = Debian City
 	AdminEMail = irc@irc.example.com
 
+	# Text file which contains the ngIRCd help text. This file is required
+	# to display help texts when using the "HELP <cmd>" command.
+	;HelpFile = /usr/share/doc/ngircd/Commands.txt
+
 	# Info text of the server. This will be shown by WHOIS and
 	# LINKS requests for example.
 	Info = Yet another IRC Server running on Debian GNU/Linux
@@ -194,9 +198,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?