diff --git a/curunir.py b/curunir.py index 5383fe3..824a7c6 100644 --- a/curunir.py +++ b/curunir.py @@ -48,7 +48,7 @@ class ModuleManager: def topic(self, room, nick, text, handler): for mod in self._modules.itervalues(): try: - mod.leave(room, nick, text, handler) + mod.topic(room, nick, text, handler) except: handler.reply(traceback.format_exc(5))