diff options
Diffstat (limited to 'data/default_config.cfg')
-rw-r--r-- | data/default_config.cfg | 17 |
1 files changed, 12 insertions, 5 deletions
diff --git a/data/default_config.cfg b/data/default_config.cfg index 1f664dab..a9873eb3 100644 --- a/data/default_config.cfg +++ b/data/default_config.cfg @@ -38,11 +38,18 @@ after_completion = , # highlighted if said by someone on a room highlight_on = -# if true, no join or quit message will be displayed in the rooms -hide_enter_join = False - -# if true, no status change will be displayed in the rooms -hide_status_change = False +# Set a number for this setting. +# The join OR status-change notices will be +# displayed according to this number. +# -1: the notices will ALWAYS be displayed +# 0: the notices will NEVER be displayed +# n: On any other number, the notices will only be displayed +# if the user involved has talked since the last n seconds +# The join messages will be hidden only if hide_exit_join is 0 +# if the value is incorrect, -1 is assumed +hide_exit_join = -1 # all quit and join notices will be displayed +hide_status_change = 120 # status changes won't be displayed unless + # the user talked since less than 2 minutes # the full path to the photo (avatar) you want to use # it should be less than 16Ko |