summaryrefslogtreecommitdiff
path: root/blabouncer.conf
diff options
context:
space:
mode:
authorLuke Bratch <luke@bratch.co.uk>2019-05-11 15:01:22 +0100
committerLuke Bratch <luke@bratch.co.uk>2019-05-11 15:01:22 +0100
commitc46d01b5afd2da4779efb2700469037eca6122be (patch)
tree9db52afe3643c0643414dcf638fa579176b62487 /blabouncer.conf
parentd950304536f870ad989e0049e4e8b4a5a72a9315 (diff)
Implement a configuration file reader, an example configuration file, and start reading nick/username/realname from it instead of being statically defined.
Diffstat (limited to 'blabouncer.conf')
-rw-r--r--blabouncer.conf9
1 files changed, 9 insertions, 0 deletions
diff --git a/blabouncer.conf b/blabouncer.conf
new file mode 100644
index 0000000..4f569dd
--- /dev/null
+++ b/blabouncer.conf
@@ -0,0 +1,9 @@
+# blabouncer configuration file
+# Entries must be in the form:
+# option name, space, equals sign, space, double quote, option value, double quote
+# e.g.
+# realname = "Mr Bla Bouncer"
+
+nick = "blabounce"
+username = "blabounce"
+realname = "Mr Bla Bouncer"