From dba30066da1c929a140281cbbb6a8f177fdf14d4 Mon Sep 17 00:00:00 2001 From: Luke Bratch Date: Sun, 12 May 2019 21:07:56 +0100 Subject: Move real IRC server and port specification to configuration file. Also remove '-d' debug mode which doesn't do anything. --- blabouncer.conf | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'blabouncer.conf') 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" -- cgit v1.2.3