summaryrefslogtreecommitdiff
path: root/blabouncer.conf.example
diff options
context:
space:
mode:
authorLuke Bratch <luke@bratch.co.uk>2019-05-29 22:32:45 +0100
committerLuke Bratch <luke@bratch.co.uk>2019-05-29 22:32:45 +0100
commit013e8d87e979b121b1589ca9609e9b721e8f3a81 (patch)
tree3d443f3e239fa7c23b97337897d741749b54395f /blabouncer.conf.example
parented24151c06ebf40ab120b01d8f8ae06a7b6cc0cb (diff)
Implement an optional connect command, providing an example configuration of a NickServ IDENTIFY command.
Diffstat (limited to 'blabouncer.conf.example')
-rw-r--r--blabouncer.conf.example3
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/"