# HG changeset patch # User souliane # Date 1385044733 -3600 # Node ID 30eb49e4e05d360e4e08a1762c6ce8d42178654b # Parent f47d7c09c60b9c2b2927ab717df029506d0e4dd6 frontends tools: added symbols for MUC user activity identification diff -r f47d7c09c60b -r 30eb49e4e05d src/tools/frontends/games.py --- 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"♦"]}