diff plugins/plugin_misc_tarot.py @ 194:5a2fb307485d

i18n: updated core translation
author Goffi <goffi@goffi.org>
date Thu, 19 Aug 2010 22:15:59 +0800
parents c37826d80f2a
children
line wrap: on
line diff
--- a/plugins/plugin_misc_tarot.py	Thu Aug 19 21:51:26 2010 +0800
+++ b/plugins/plugin_misc_tarot.py	Thu Aug 19 22:15:59 2010 +0800
@@ -405,7 +405,7 @@
         if not profile:
             error (_("profile %s is unknown") % profile_key)
             return
-        if False: #gof: self.games.has_key(room_jid):
+        if self.games.has_key(room_jid):
             warning (_("Tarot game already started in room %s") % room_jid.userhost())
         else:
             room_nick = self.host.plugins["XEP_0045"].getRoomNick(room_jid.userhost(), profile)