summaryrefslogtreecommitdiff
path: root/blabouncer.conf
diff options
context:
space:
mode:
authorLuke Bratch <luke@bratch.co.uk>2019-05-12 21:07:56 +0100
committerLuke Bratch <luke@bratch.co.uk>2019-05-12 21:07:56 +0100
commitdba30066da1c929a140281cbbb6a8f177fdf14d4 (patch)
treea4c46e27e2c3fb2e70002d2f422307996e12c02d /blabouncer.conf
parente18e670f43f0e7b126f209c040126aa02511fa32 (diff)
Move real IRC server and port specification to configuration file. Also remove '-d' debug mode which doesn't do anything.
Diffstat (limited to 'blabouncer.conf')
-rw-r--r--blabouncer.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/blabouncer.conf b/blabouncer.conf
index e5d6613..466fb37 100644
--- a/blabouncer.conf
+++ b/blabouncer.conf
@@ -16,3 +16,9 @@ password = "bananas"
# Port the bouncer should listen on
clientport = "1234"
+
+# Real IRC server the bouncer connects to
+ircserver = "irc.blatech.net"
+
+# Real IRC server port
+ircserverport = "6667"