diff frontends/src/quick_frontend/quick_chat.py @ 685:0b9bd47dffcd

primitivus, wix: auto-display MUC dialog after it has been joined: - a patch will follow to add a parameter for the user to choose between "always open", "never open" and "ask each time".
author souliane <souliane@mailoo.org>
date Mon, 28 Oct 2013 18:29:34 +0100
parents ffb716804580
children f7878ad3c846
line wrap: on
line diff
--- a/frontends/src/quick_frontend/quick_chat.py	Thu Oct 24 08:47:45 2013 +0200
+++ b/frontends/src/quick_frontend/quick_chat.py	Mon Oct 28 18:29:34 2013 +0100
@@ -141,7 +141,6 @@
         """
         raise NotImplementedError
 
-
     def startGame(self, game_type, referee, players):
         """Configure the chat window to start a game"""
         #No need to raise an error as game are not mandatory
@@ -151,3 +150,4 @@
         """Return class managing the game type"""
         #No need to raise an error as game are not mandatory
         warning(_('getGame is not implemented in this frontend'))
+