diff options
author | Luke Bratch <luke@bratch.co.uk> | 2019-05-27 12:55:32 +0100 |
---|---|---|
committer | Luke Bratch <luke@bratch.co.uk> | 2019-05-27 12:55:32 +0100 |
commit | cf27363f56e2ba4cf91d2bcfde3b1017237068eb (patch) | |
tree | 06475f6e21933be1b05618a7b1c32a005c1d15e6 /blabouncer.conf.example | |
parent | 0b1417faa0820847d4674d496dfeb069787c3ab2 (diff) |
Explain how to auto-join keyworded/passworded channels in the configuration file.
Diffstat (limited to 'blabouncer.conf.example')
-rw-r--r-- | blabouncer.conf.example | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/blabouncer.conf.example b/blabouncer.conf.example index 805534d..3aa8a7f 100644 --- a/blabouncer.conf.example +++ b/blabouncer.conf.example @@ -15,7 +15,8 @@ username = "bounceusr" realname = "Mr Bla Bouncer" # Channels to automatically join (comma-separated list, defaults to none) -#channels = "#blabouncer,#test" +# Put channel keywords/passwords after channel names following a space. +#channels = "#blabouncer keyword,#test" # How many seconds of replay log should be sent to connecting clients replayseconds = "600" |