diff options
Diffstat (limited to 'doc/sample-ngircd.conf.tmpl')
| -rw-r--r-- | doc/sample-ngircd.conf.tmpl | 5 |
1 files changed, 5 insertions, 0 deletions
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 |