diff src/plugins/plugin_misc_tarot.py @ 825:e3f4d80f987d

plugins room_games, radiocol: better synchronization after a user joins a running game
author souliane <souliane@mailoo.org>
date Wed, 15 Jan 2014 23:01:23 +0100
parents 1fe00f0c9a91
children 71f8e996f765
line wrap: on
line diff
--- a/src/plugins/plugin_misc_tarot.py	Mon Feb 17 18:57:53 2014 +0100
+++ b/src/plugins/plugin_misc_tarot.py	Wed Jan 15 23:01:23 2014 +0100
@@ -625,3 +625,6 @@
                     error(_('Unmanaged error type: %s') % elt['type'])
             else:
                 error(_('Unmanaged card game element: %s') % elt.name)
+
+    def getSyncData(self, room_jid_s):
+        return {}