From d80a16ac9cc73ce95b62a21892e2055a548e0e44 Mon Sep 17 00:00:00 2001 From: "louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13" Date: Tue, 11 May 2010 16:45:14 +0000 Subject: Display the status change and/or disconnect for recent-speakers only. fixed #1288 --- data/default_config.cfg | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) (limited to 'data') 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 -- cgit v1.2.3