From 2ce849968f705cd0e3277d256e8b1d57df73c485 Mon Sep 17 00:00:00 2001 From: mathieui Date: Sun, 16 Dec 2012 14:58:44 +0100 Subject: fix a traceback on /unload iq_show (also, per-tab option load_logs) --- plugins/iq_show.py | 1 - 1 file changed, 1 deletion(-) (limited to 'plugins/iq_show.py') diff --git a/plugins/iq_show.py b/plugins/iq_show.py index bfb2105a..77d50d6c 100644 --- a/plugins/iq_show.py +++ b/plugins/iq_show.py @@ -11,4 +11,3 @@ class Plugin(BasePlugin): def cleanup(self): self.core.xmpp.remove_handler('Iq_show') - del self.handle_iq -- cgit v1.2.3