summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorTodd Eisenberger <todd@teisen.be>2011-10-01 13:00:41 -0700
committerTodd Eisenberger <todd@teisen.be>2011-10-01 13:00:41 -0700
commit28ef9d6003b0e1ea2c702e05a3f41de923b5b178 (patch)
tree1f391b4b63ebf35ceee52152b8bce6e24e119ea7 /plugins
parentb6cfd033000fabbb47355dc5054dabd8f26e0139 (diff)
downloadpoezio-28ef9d6003b0e1ea2c702e05a3f41de923b5b178.tar.gz
poezio-28ef9d6003b0e1ea2c702e05a3f41de923b5b178.tar.bz2
poezio-28ef9d6003b0e1ea2c702e05a3f41de923b5b178.tar.xz
poezio-28ef9d6003b0e1ea2c702e05a3f41de923b5b178.zip
Update translate for the new MUC room
Diffstat (limited to 'plugins')
-rw-r--r--plugins/translate.py2
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)