From d3023b438fc0811f777ed93219bdef662ba133bf Mon Sep 17 00:00:00 2001 From: Emmanuel Gil Peyrot Date: Thu, 23 Nov 2017 18:13:58 +0000 Subject: Also handle muc_nickchange for /tell. Fixes #3349. --- plugins/tell.py | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins') diff --git a/plugins/tell.py b/plugins/tell.py index 04fc12cd..870fc12e 100644 --- a/plugins/tell.py +++ b/plugins/tell.py @@ -45,6 +45,7 @@ class Plugin(BasePlugin): usage='', help='List currently queued messages') self.api.add_event_handler('muc_join', self.on_join) + self.api.add_event_handler('muc_nickchange', self.on_join) # {tab -> {nick -> [messages]} self.tabs = {} -- cgit v1.2.3