diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/HowToRelease.txt | 2 | ||||
| -rw-r--r-- | doc/sample-ngircd.conf.tmpl | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/doc/HowToRelease.txt b/doc/HowToRelease.txt index 2bd98486..de9cfb06 100644 --- a/doc/HowToRelease.txt +++ b/doc/HowToRelease.txt @@ -2,7 +2,7 @@ ngIRCd - Next Generation IRC Server http://ngircd.barton.de/ - (c)2001-2022 Alexander Barton and Contributors. + (c)2001-2023 Alexander Barton and Contributors. ngIRCd is free software and published under the terms of the GNU General Public License. diff --git a/doc/sample-ngircd.conf.tmpl b/doc/sample-ngircd.conf.tmpl index 58925579..cea23a2b 100644 --- a/doc/sample-ngircd.conf.tmpl +++ b/doc/sample-ngircd.conf.tmpl @@ -391,6 +391,11 @@ ;Modes = +tnk mykey +l 5 ;Modes = +b nick!~user@bad.host.example.com + # Should ngIRCd automatically join ("autojoin") all users to this + # channel on connect? Note: The users must have permissions to access + # the channel, otherwise joining them will fail! + ;Autojoin = yes + # Key file, syntax for each line: "<user>:<nick>:<key>". # Default: none. ;KeyFile = :ETCDIR:/#chan.key |