From d797b1fd65ba73c48e1933cc8042db0cc548094a Mon Sep 17 00:00:00 2001 From: mathieui Date: Tue, 12 Mar 2013 16:12:47 +0100 Subject: Implement user gaming (xep-0196) - configuration options - theming options - /gaming --- src/tabs.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/tabs.py') diff --git a/src/tabs.py b/src/tabs.py index ed2a5998..6cd3be86 100644 --- a/src/tabs.py +++ b/src/tabs.py @@ -2855,6 +2855,8 @@ class RosterInfoTab(Tab): acc.append('Mood: %s' % cont.mood) if cont.activity: acc.append('Activity: %s' % cont.activity) + if cont.gaming: + acc.append('Game: %s' % (common.format_gaming_string(cont.gaming))) msg = '\n'.join(acc) elif isinstance(selected_row, Resource): res = selected_row -- cgit v1.2.3