summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plugins/test.py2
1 files changed, 1 insertions, 1 deletions
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):