diff options
Diffstat (limited to 'blabouncer.conf.example')
-rw-r--r-- | blabouncer.conf.example | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/blabouncer.conf.example b/blabouncer.conf.example index 09bc00e..6fd5c7a 100644 --- a/blabouncer.conf.example +++ b/blabouncer.conf.example @@ -43,6 +43,9 @@ ircserverport = "6697" # Real IRC server password #ircserverpassword = "apples" +# Command to send to the server upon completing registration (e.g. a NickServ password) +#connectcommand "PRIVMSG NickServ IDENTIFY bananas" + # Base directory (defaults to $HOME/.blabouncer/) # Things such as the logs directory will be placed below this #basedir = "/home/foo/.blabouncer/" |