From 2cfe56bbbe47c9bf8aa87c48324091e90623d43f Mon Sep 17 00:00:00 2001 From: mathieui Date: Wed, 3 Feb 2021 21:04:36 +0100 Subject: Remove activity/mood/gaming/tune from poezio core rationale: probably 0.1% of poezio users have ever used the commands, and a very small number of users are using the PEP events like that. It is better to unclutter the poezio source and add it as a plugin, with less tight coupling. --- data/default_config.cfg | 36 ------------------------------------ 1 file changed, 36 deletions(-) (limited to 'data') diff --git a/data/default_config.cfg b/data/default_config.cfg index 89b5f514..a2e4aaaf 100644 --- a/data/default_config.cfg +++ b/data/default_config.cfg @@ -414,9 +414,6 @@ use_bookmarks_method = # will be displayed using their nick color if true. #display_user_color_in_join_part = true -# Display user tune notifications as information messages or not -#display_tune_notifications = false - # Change the tab state when receiving chatroom messages. # useful if you are connected to a high-volume chatroom and do not # want it to appear in your tab bar as active. Highlights are still @@ -449,39 +446,6 @@ use_bookmarks_method = # defaults to $XDG_CACHE_HOME/poezio/images. #tmp_image_dir = -# Receive the tune notifications or not (in order to display information -# in the contact list). -# If this is set to false, then the display_tune_notifications -# option will be ignored. -#enable_user_tune = true - -# Display user gaming notifications as information messages or not -#display_gaming_notifications = false - -# Receive the gaming notifications or not (in order to display information -# in the contact list). -# If this is set to false, then the display_gaming_notifications -# option will be ignored. -#enable_user_gaming = true - -# Display user mood notifications as information messages or not -#display_mood_notifications = false - -# Receive the mood notifications or not (in order to display information -# in the contact list). -# If this is set to false, then the display_mood_notifications -# option will be ignored. -#enable_user_mood = true - -# Display user activity notifications as information messages or not -#display_activity_notifications = false - -# Receive the activity notifications or not (in order to display information -# in the contact list). -# If this is set to false, then the display_activity_notifications -# option will be ignored. -#enable_user_activity = true - # If set to true, use the nickname broadcasted by the user if none has been # set manually. #enable_user_nick = true -- cgit v1.2.3