diff options
author | Luke Bratch <luke@bratch.co.uk> | 2019-05-12 21:07:56 +0100 |
---|---|---|
committer | Luke Bratch <luke@bratch.co.uk> | 2019-05-12 21:07:56 +0100 |
commit | dba30066da1c929a140281cbbb6a8f177fdf14d4 (patch) | |
tree | a4c46e27e2c3fb2e70002d2f422307996e12c02d /blabouncer.conf | |
parent | e18e670f43f0e7b126f209c040126aa02511fa32 (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.conf | 6 |
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" |