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. --- config.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config.c') diff --git a/config.c b/config.c index 480d567..b615fa2 100644 --- a/config.c +++ b/config.c @@ -204,6 +204,9 @@ int createconfigfile(char *filename) { "# Real IRC server password\n" "#ircserverpassword = \"apples\"\n" "\n" + "# Command to send to the server upon completing registration (e.g. a NickServ password)\n" + "#connectcommand \"PRIVMSG NickServ IDENTIFY bananas\"\n" + "\n" "# Base directory (defaults to $HOME/.blabouncer/)\n" "# Things such as the logs directory will be placed below this\n" "#basedir = \"/home/foo/.blabouncer/\"\n" -- cgit v1.2.3