diff options
| author | Luke Bratch <luke@bratch.co.uk> | 2019-06-12 23:38:36 +0100 | 
|---|---|---|
| committer | Luke Bratch <luke@bratch.co.uk> | 2019-06-12 23:38:36 +0100 | 
| commit | 6a2f7b87d4fb19f30f64ede4b18582eb366c8b7d (patch) | |
| tree | 5400375fe286c33385762b741593d1e84ddffe11 /blabouncer.conf.example | |
| parent | 3038e93b7e2e34296429a078b70205448c81e6cb (diff) | |
Allow reloading the configuration file at runtime using a BLABOUNCER command or by issuing the SIGHUP signal.
Diffstat (limited to 'blabouncer.conf.example')
| -rw-r--r-- | blabouncer.conf.example | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/blabouncer.conf.example b/blabouncer.conf.example index f9c09bc..ebb2f23 100644 --- a/blabouncer.conf.example +++ b/blabouncer.conf.example @@ -7,6 +7,8 @@  #  # Shell expansion is not supported, so do not try and specify e.g.  # "~/.blabouncer/" or "$HOME/.blabouncer/", instead use "/home/foo/.blabouncer" +# +# Some settings can be reloaded at runtime, please refer to README for details.  nick = "blabounce"  nick2 = "bbounce2"  | 
