From 9889baf0ce398131979f3531ac65a602dfd8e782 Mon Sep 17 00:00:00 2001 From: Florent Le Coz Date: Sat, 16 Apr 2011 18:07:14 +0200 Subject: Make the information messages "pop" the information buffer temporarly --- data/default_config.cfg | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'data/default_config.cfg') diff --git a/data/default_config.cfg b/data/default_config.cfg index 1e35f5cd..c376a73c 100644 --- a/data/default_config.cfg +++ b/data/default_config.cfg @@ -79,6 +79,20 @@ hide_exit_join = -1 hide_status_change = 120 + +# Some informational messages (error, a contact getting connected, etc) +# are sometimes added to the information buffer. These settings can make +# it grow temporarly so you can read these information when they appear. + +# A list of message types that should make the information buffer grow +# Possible values; error, roster, warning, info, help +information_buffer_popup_on = error roster warning help info + +# The time the message will be visible. If the message takes more than +# one line, the popup will stay visible two second per additional lines +popup_time = 4 + + # set to 'true' if you want to automatically rejoin the # room when you're kicked autorejoin = false -- cgit v1.2.3