diff options
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 |