From 0161f35f82337f56a8d01cd5dc7d6ea530ad43d9 Mon Sep 17 00:00:00 2001 From: mathieui Date: Tue, 8 Mar 2016 23:02:01 +0100 Subject: Fix the test plugin (broken since slix) --- plugins/test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins') diff --git a/plugins/test.py b/plugins/test.py index 0873ba10..db798684 100644 --- a/plugins/test.py +++ b/plugins/test.py @@ -5,7 +5,7 @@ class Plugin(BasePlugin): def init(self): self.api.add_command('plugintest', self.command_plugintest, 'Test command') self.api.add_tab_command(tabs.MucTab, 'plugintest', self.command_tab_plugintest, 'Test command') - self.api.add_sleek_event_handler('message', self.on_message) + self.api.add_slix_event_handler('message', self.on_message) self.api.information("Plugin loaded") def cleanup(self): -- cgit v1.2.3