diff options
author | Luke Bratch <luke@bratch.co.uk> | 2019-05-27 13:17:41 +0100 |
---|---|---|
committer | Luke Bratch <luke@bratch.co.uk> | 2019-05-27 13:17:41 +0100 |
commit | f45ca7022725d7f68aa68555e081f55d8f02db00 (patch) | |
tree | 69395957551fdefe37c33e651feda06b824c4aa1 /config.c | |
parent | cf27363f56e2ba4cf91d2bcfde3b1017237068eb (diff) |
Support connecting to passworded servers.
Diffstat (limited to 'config.c')
-rw-r--r-- | config.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -201,6 +201,9 @@ int createconfigfile(char *filename) { "# Real IRC server port\n" "ircserverport = \"6697\"\n" "\n" + "# Real IRC server password\n" + "#ircserverpassword = \"apples\"\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" |