diff options
Diffstat (limited to 'blabouncer.conf.example')
-rw-r--r-- | blabouncer.conf.example | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/blabouncer.conf.example b/blabouncer.conf.example index 1395f97..8e0b263 100644 --- a/blabouncer.conf.example +++ b/blabouncer.conf.example @@ -6,7 +6,7 @@ # realname = "Mr Bla Bouncer" # # Shell expansion is not supported, so do not try and specify e.g. -# "~/.blabouncer/" or "%HOME/.blabouncer/", instead use "/home/foo/.blabouncer" +# "~/.blabouncer/" or "$HOME/.blabouncer/", instead use "/home/foo/.blabouncer" nick = "blabounce" nick2 = "bbounce2" @@ -62,3 +62,7 @@ logging = "1" # Enable replay logging ("1" for yes or "0" for no) # Replay log goes to basedir/replay.log replaylogging = "1" + +# Debug output control ("2" for print to screen, "1" for print to file, or "0" for disabled) +# (Note: print to file not yet implemented) +debug = "0" |