diff options
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/translate.py | 2 |
1 files changed, 1 insertions, 1 deletions
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) |