comparison 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
comparison
equal deleted inserted replaced
827:215a2cb15e2d 828:8f335c03eebb
629 else: 629 else:
630 error(_('Unmanaged error type: %s') % elt['type']) 630 error(_('Unmanaged error type: %s') % elt['type'])
631 else: 631 else:
632 error(_('Unmanaged card game element: %s') % elt.name) 632 error(_('Unmanaged card game element: %s') % elt.name)
633 633
634 def getSyncData(self, room_jid_s): 634 def getSyncDataForPlayer(self, room_jid_s, nick):
635 return {} 635 return []