diff options
author | Luke Bratch <luke@bratch.co.uk> | 2019-06-16 21:16:29 +0100 |
---|---|---|
committer | Luke Bratch <luke@bratch.co.uk> | 2019-06-16 21:16:29 +0100 |
commit | 67fd69854489a088bc8d90702ba37cecccd6f169 (patch) | |
tree | ac0efe967e433d725cab51b6fe93aa685c928950 /README | |
parent | a31e7b13b3cef0872be5922a568633d74dd408d2 (diff) |
Load all settings from configuration file at startup instead of reading it for certain settings (password/nick/nick2/nick3).
Diffstat (limited to 'README')
-rw-r--r-- | README | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -24,14 +24,13 @@ If you don't specify one using "-c /path/to/configuration/file" then the example Certain configuration options can be changed at runtime, either at any time, or by issuing a BLABOUNCER REHASH command or by sending SIGHUP to blabouncer. -These options can be changed at any time as they are re-read when needed: +These options can be changed by issuing a BLABOUNCER REHASH command or by sending SIGHUP to blabouncer: + - nick - nick2 - nick3 - - password - -These options can be changed by issuing a BLABOUNCER REHASH command or by sending SIGHUP to blabouncer: - replaymode - replayseconds + - password - logging - replaylogging - debug |