summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorlouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 <louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13>2010-05-11 16:45:14 +0000
committerlouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 <louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13>2010-05-11 16:45:14 +0000
commitd80a16ac9cc73ce95b62a21892e2055a548e0e44 (patch)
tree9d224b186430d3e3ad933a9f55329335bfa62166 /data
parenta14611dbde118b1ffa6f66eb7237ddc0c3c61508 (diff)
downloadpoezio-d80a16ac9cc73ce95b62a21892e2055a548e0e44.tar.gz
poezio-d80a16ac9cc73ce95b62a21892e2055a548e0e44.tar.bz2
poezio-d80a16ac9cc73ce95b62a21892e2055a548e0e44.tar.xz
poezio-d80a16ac9cc73ce95b62a21892e2055a548e0e44.zip
Display the status change and/or disconnect for recent-speakers only. fixed #1288
Diffstat (limited to 'data')
-rw-r--r--data/default_config.cfg17
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