diff frontends/src/tools/games.py @ 1379:da2ea16fabc6

quick_frontend: display MUC games symbols
author souliane <souliane@mailoo.org>
date Fri, 20 Mar 2015 16:29:03 +0100
parents 1fe00f0c9a91
children 069ad98b360d
line wrap: on
line diff
--- a/frontends/src/tools/games.py	Fri Mar 20 16:28:19 2015 +0100
+++ b/frontends/src/tools/games.py	Fri Mar 20 16:29:03 2015 +0100
@@ -76,4 +76,4 @@
 
 
 # These symbols are diplayed by Libervia next to the player's nicknames
-SYMBOLS = {"radiocol": u"♬", "tarot": [u"♠", u"♣", u"♥", u"♦"]}
+SYMBOLS = {"Radiocol": [u"♬"], "Tarot": [u"♠", u"♣", u"♥", u"♦"]}