1
0
mirror of https://github.com/osmarks/ngircd.git synced 2025-09-11 14:56:02 +00:00

Update documentation to reflect "[Channel]->Modes" changes

No longer mention "[Channel]->Key" and "[Channel]->MaxUsers".
This commit is contained in:
Alexander Barton
2020-03-29 23:17:21 +02:00
parent 61ac8be2fd
commit 9c5e42458e
3 changed files with 22 additions and 17 deletions

View File

@@ -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: "<user>:<nick>:<key>".
# Default: none.
;KeyFile = :ETCDIR:/#chan.key
# maximum users per channel (mode l)
;MaxUsers = 23
[Channel]
# More [Channel] sections, if you like ...