User Extras¶
This plugin enables rich presence events, such as mood, activity, gaming or tune.
New in version 0.14: This plugin was previously provided in the poezio core features.
Command¶
- /activity¶
Usage:
/activity [<general> [specific] [comment]]
Send your current activity to your contacts (use the completion to cycle through all the general and specific possible activities).
Nothing means "stop broadcasting an activity".
- /mood¶
Usage:
/mood [<mood> [comment]]
Send your current mood to your contacts (use the completion to cycle through all the possible moods).Nothing means "stop broadcasting a mood".
- /gaming¶
Usage:
/gaming [<game name> [server address]]
Send your current gaming activity to your contacts.
Nothing means "stop broadcasting a gaming activity".
Configuration¶
- display_gaming_notifications¶
Default value:
true
If set to true, notifications about the games your contacts are playing will be displayed in the info buffer as 'Gaming' messages.
- display_tune_notifications¶
Default value:
true
If set to true, notifications about the music your contacts listen to will be displayed in the info buffer as 'Tune' messages.
- display_mood_notifications¶
Default value:
true
If set to true, notifications about the mood of your contacts will be displayed in the info buffer as 'Mood' messages.
- display_activity_notifications¶
Default value:
true
If set to true, notifications about the current activity of your contacts will be displayed in the info buffer as 'Activity' messages.
- enable_user_activity¶
Default value:
true
Set this to
false
if you don’t want to receive the activity of your contacts.- enable_user_gaming¶
Default value:
true
Set this to
false
if you don’t want to receive the gaming activity of your contacts.- enable_user_mood¶
Default value:
true
Set this to
false
if you don’t want to receive the mood of your contacts.- enable_user_tune¶
Default value:
true
If this is set to
false
, you will no longer be subscribed to tune events, and the display_tune_notifications option will be ignored.