comparison 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
comparison
equal deleted inserted replaced
824:c304ce32042b 825:e3f4d80f987d
623 self.host.bridge.tarotGameInvalidCards(room_jid.userhost(), elt['phase'], played_cards, invalid_cards, profile) 623 self.host.bridge.tarotGameInvalidCards(room_jid.userhost(), elt['phase'], played_cards, invalid_cards, profile)
624 else: 624 else:
625 error(_('Unmanaged error type: %s') % elt['type']) 625 error(_('Unmanaged error type: %s') % elt['type'])
626 else: 626 else:
627 error(_('Unmanaged card game element: %s') % elt.name) 627 error(_('Unmanaged card game element: %s') % elt.name)
628
629 def getSyncData(self, room_jid_s):
630 return {}