aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/print_activity.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/print_activity.py b/modules/print_activity.py
index 58dcbcf9..0a3d3c53 100644
--- a/modules/print_activity.py
+++ b/modules/print_activity.py
@@ -6,8 +6,7 @@ class Module(object):
self.bot = bot
bot.events.on("received").on("message").on("channel").hook(
- self.channel_message,
- priority=EventManager.EventCallback.PRIORITY_HIGH)
+ self.channel_message, priority=EventManager.PRIORITY_HIGH)
bot.events.on("self").on("message").on("channel").hook(
self.self_channel_message)