diff src/plugins/plugin_misc_tarot.py @ 828:8f335c03eebb

plugins room_games, radiocol, libervia: small changes like refactorization to ease the maintenance
author souliane <souliane@mailoo.org>
date Fri, 17 Jan 2014 15:02:46 +0100
parents 71f8e996f765
children 36c6495d86b0
line wrap: on
line diff
--- a/src/plugins/plugin_misc_tarot.py	Thu Jan 16 11:44:14 2014 +0100
+++ b/src/plugins/plugin_misc_tarot.py	Fri Jan 17 15:02:46 2014 +0100
@@ -631,5 +631,5 @@
             else:
                 error(_('Unmanaged card game element: %s') % elt.name)
 
-    def getSyncData(self, room_jid_s):
-        return {}
+    def getSyncDataForPlayer(self, room_jid_s, nick):
+        return []