From 013e8d87e979b121b1589ca9609e9b721e8f3a81 Mon Sep 17 00:00:00 2001 From: Luke Bratch Date: Wed, 29 May 2019 22:32:45 +0100 Subject: Implement an optional connect command, providing an example configuration of a NickServ IDENTIFY command. --- blabouncer.conf.example | 3 +++ 1 file changed, 3 insertions(+) (limited to 'blabouncer.conf.example') 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/" -- cgit v1.2.3