From 9c5e42458ea8dc2aa8db5f122aaa4296d31df67b Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Sun, 29 Mar 2020 23:17:21 +0200 Subject: Update documentation to reflect "[Channel]->Modes" changes No longer mention "[Channel]->Key" and "[Channel]->MaxUsers". --- doc/sample-ngircd.conf.tmpl | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) (limited to 'doc') diff --git a/doc/sample-ngircd.conf.tmpl b/doc/sample-ngircd.conf.tmpl index cccc7e92..58925579 100644 --- a/doc/sample-ngircd.conf.tmpl +++ b/doc/sample-ngircd.conf.tmpl @@ -385,19 +385,16 @@ # Topic for this channel ;Topic = a great topic - # 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: "::". # Default: none. ;KeyFile = :ETCDIR:/#chan.key - # maximum users per channel (mode l) - ;MaxUsers = 23 - [Channel] # More [Channel] sections, if you like ... -- cgit 1.4.1