diff options
author | Luke Bratch <luke@bratch.co.uk> | 2021-01-18 21:51:00 +0000 |
---|---|---|
committer | Luke Bratch <luke@bratch.co.uk> | 2021-01-18 21:51:00 +0000 |
commit | a16d9bdecb572bb266a84ec90767d613ce8ce255 (patch) | |
tree | 865c745fab117969647ea722334f35304595a7d5 /blabouncer.conf.example | |
parent | 323e273bc7dbc2b244e536a10b6c370651c76b8a (diff) |
Make the "channels" configuration file entry an array.
Diffstat (limited to 'blabouncer.conf.example')
-rw-r--r-- | blabouncer.conf.example | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/blabouncer.conf.example b/blabouncer.conf.example index 0513fdc..d77689c 100644 --- a/blabouncer.conf.example +++ b/blabouncer.conf.example @@ -32,9 +32,12 @@ nicks = { username = "bounceusr" realname = "Mr Bla Bouncer" -# Channels to automatically join (comma-separated list, defaults to none) -# Put channel keywords/passwords after channel names following a space. -#channels = "#blabouncer keyword,#test" +# Channels to automatically join (defaults to none) +# Put channel keys/passwords after channel names (separated with a space) +channels = { + "#blabouncer keyword" + "#test" +} # Auto replay mode upon a bouncer client connecting # "none" = Don't auto replay |