Browse Source

Update configuration file from upstream

Christoph Biedl 3 years ago
parent
commit
055bc2b913
1 changed files with 5 additions and 8 deletions
  1. 5 8
      debian/ngircd.conf

+ 5 - 8
debian/ngircd.conf

@@ -394,19 +394,16 @@
 	# Topic for this channel
 	;Topic = Our ngircd testing channel
 
-	# Initial channel modes
-	;Modes = tnk
-
-	# initial channel password (mode k)
-	;Key = Secret
+	# Initial channel modes, as used in "MODE" commands. Modifying lists
+	# (ban list, invite list, exception list) is supported.
+	# This option can be specified multiple times, evaluated top to bottom.
+	;Modes = +tnk mykey +l 5
+	;Modes = +b nick!~user@bad.host.example.com
 
 	# Key file, syntax for each line: "<user>:<nick>:<key>".
 	# Default: none.
 	;KeyFile = /etc/ngircd/#chan.key
 
-	# maximum users per channel (mode l)
-	;MaxUsers = 23
-
 [Channel]
 	# More [Channel] sections, if you like ...