diff options
author | mathieui <mathieui@mathieui.net> | 2013-03-11 11:43:32 +0100 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2013-03-11 11:43:32 +0100 |
commit | 34af8f69c7aff2d02a10fab954ae7ddf15cee193 (patch) | |
tree | 28cafafe4fc859b319bb407409e0cba87d35f00e /data | |
parent | e4f72d05c396851b2fa78534155bca9fab04f96f (diff) | |
download | poezio-34af8f69c7aff2d02a10fab954ae7ddf15cee193.tar.gz poezio-34af8f69c7aff2d02a10fab954ae7ddf15cee193.tar.bz2 poezio-34af8f69c7aff2d02a10fab954ae7ddf15cee193.tar.xz poezio-34af8f69c7aff2d02a10fab954ae7ddf15cee193.zip |
Add a receive_user_tune option (fix #2261)
Diffstat (limited to 'data')
-rw-r--r-- | data/default_config.cfg | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/data/default_config.cfg b/data/default_config.cfg index 48871906..dacfd91c 100644 --- a/data/default_config.cfg +++ b/data/default_config.cfg @@ -343,6 +343,12 @@ display_user_color_in_join_part = false # Display user tune notifications as information messages or not display_tune_notifications = false +# Receive the tune notifications or not (in order to display informations +# in the roster). +# If this is set to false, then the display_tune_notifications +# option will be ignored. +receive_user_tune = true + # if true, chat states will be sent to the people you are talking to. # Chat states are, for example, messages informing that you are composing # a message or that you closed the tab, etc |