diff options
author | Luke Bratch <luke@bratch.co.uk> | 2019-05-12 16:29:58 +0100 |
---|---|---|
committer | Luke Bratch <luke@bratch.co.uk> | 2019-05-12 16:29:58 +0100 |
commit | 62fe87f6052dc28e38f2edc940b2002ede087277 (patch) | |
tree | e55830502e0bc29bf0210674aafbe5c9c3295f2d /blabouncer.conf | |
parent | 44ed93cdc6a2d7dda355266bfc69134e30278259 (diff) |
Add a settings structure for passing around everywhere to store config/settings. Also fix the insanely inconsistent spelling/naming of replay log related things.
Diffstat (limited to 'blabouncer.conf')
-rw-r--r-- | blabouncer.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/blabouncer.conf b/blabouncer.conf index 5be29ca..32ad54b 100644 --- a/blabouncer.conf +++ b/blabouncer.conf @@ -8,8 +8,8 @@ nick = "blabounce" username = "blabounce" realname = "Mr Bla Bouncer" -# How many seconds of relay log should be sent to connecting clients -relayseconds = "7200" +# How many seconds of replay log should be sent to connecting clients +replayseconds = "7200" # Connect password clients must provided to connect password = "bananas" |