diff options
Diffstat (limited to 'data/default_config.cfg')
-rw-r--r-- | data/default_config.cfg | 14 |
1 files changed, 14 insertions, 0 deletions
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 |