summaryrefslogtreecommitdiff
path: root/config.c
diff options
context:
space:
mode:
authorLuke Bratch <luke@bratch.co.uk>2019-05-27 13:17:41 +0100
committerLuke Bratch <luke@bratch.co.uk>2019-05-27 13:17:41 +0100
commitf45ca7022725d7f68aa68555e081f55d8f02db00 (patch)
tree69395957551fdefe37c33e651feda06b824c4aa1 /config.c
parentcf27363f56e2ba4cf91d2bcfde3b1017237068eb (diff)
Support connecting to passworded servers.
Diffstat (limited to 'config.c')
-rw-r--r--config.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.c b/config.c
index 34462d3..9716d8f 100644
--- a/config.c
+++ b/config.c
@@ -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"