changeset 716:30eb49e4e05d

frontends tools: added symbols for MUC user activity identification
author souliane <souliane@mailoo.org>
date Thu, 21 Nov 2013 15:38:53 +0100
parents f47d7c09c60b
children 358018c5c398
files src/tools/frontends/games.py
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/tools/frontends/games.py	Tue Nov 19 19:31:59 2013 +0100
+++ b/src/tools/frontends/games.py	Thu Nov 21 15:38:53 2013 +0100
@@ -73,3 +73,7 @@
 
     def __str__(self):
         return "[%s,%s]" % (self.suit, self.value)
+
+
+# These symbols are diplayed by Libervia next to the player's nicknames
+SYMBOLS = {"radiocol": u"♬", "tarot": [u"♠", u"♣", u"♥", u"♦"]}