diff options
author | mathieui <mathieui@mathieui.net> | 2012-08-05 13:08:06 +0200 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2012-08-05 13:08:06 +0200 |
commit | 8c0b3f8ae5ef6d61eefd9cdd9c6acec5a32fd7f9 (patch) | |
tree | ad6642f6527c6a3037137216c194ccd20a75a000 /data | |
parent | ec5bb3b213385405105ef90eccb1b1f093004b22 (diff) | |
download | poezio-8c0b3f8ae5ef6d61eefd9cdd9c6acec5a32fd7f9.tar.gz poezio-8c0b3f8ae5ef6d61eefd9cdd9c6acec5a32fd7f9.tar.bz2 poezio-8c0b3f8ae5ef6d61eefd9cdd9c6acec5a32fd7f9.tar.xz poezio-8c0b3f8ae5ef6d61eefd9cdd9c6acec5a32fd7f9.zip |
Add a filter_info_messages option
- This option takes a list of words separated by colons
- All the messages containing those words will not be shown
Diffstat (limited to 'data')
-rw-r--r-- | data/default_config.cfg | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/data/default_config.cfg b/data/default_config.cfg index ff73ecc4..834c629c 100644 --- a/data/default_config.cfg +++ b/data/default_config.cfg @@ -143,6 +143,10 @@ information_buffer_popup_on = error roster warning help info # one line, the popup will stay visible two second per additional lines popup_time = 4 +# A list of words (or sentences) separated by colons (":"). All the +# informational messages (described above) containing at least one of those +# values will not be shown. +filter_info_messages = # Set to 'true' if you want to automatically rejoin the # rooms when you're kicked or banned |