From c46d01b5afd2da4779efb2700469037eca6122be Mon Sep 17 00:00:00 2001 From: Luke Bratch Date: Sat, 11 May 2019 15:01:22 +0100 Subject: Implement a configuration file reader, an example configuration file, and start reading nick/username/realname from it instead of being statically defined. --- blabouncer.conf | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 blabouncer.conf (limited to 'blabouncer.conf') 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" -- cgit v1.2.3