From 28ef9d6003b0e1ea2c702e05a3f41de923b5b178 Mon Sep 17 00:00:00 2001 From: Todd Eisenberger Date: Sat, 1 Oct 2011 13:00:41 -0700 Subject: Update translate for the new MUC room --- plugins/translate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/translate.py b/plugins/translate.py index 880c8af1..520d02b4 100644 --- a/plugins/translate.py +++ b/plugins/translate.py @@ -21,7 +21,7 @@ class Plugin(BasePlugin): if message['type'] == 'error': return - if room_from == 'poezio@kikoo.louiz.org': + if room_from == 'poezio@muc.poezio.eu': nick_from = message['mucnick'] body = xhtml.get_body_from_message_stanza(message) room = self.core.get_room_by_name(room_from) -- cgit v1.2.3