summaryrefslogtreecommitdiff
path: root/plugins/translate.py
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/translate.py')
-rw-r--r--plugins/translate.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/translate.py b/plugins/translate.py
index 625d78e7..880c8af1 100644
--- a/plugins/translate.py
+++ b/plugins/translate.py
@@ -28,6 +28,7 @@ class Plugin(BasePlugin):
text, lang = translate(body)
if lang != TARGET_LANG:
room.add_message(text, nickname=nick_from)
+ self.core.refresh_window()
except Exception as e:
import traceback
self.core.information("Exception in translator! %s" % (traceback.format_exc(),))