aboutsummaryrefslogtreecommitdiff
path: root/modules/to.py
diff options
context:
space:
mode:
Diffstat (limited to 'modules/to.py')
-rw-r--r--modules/to.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/to.py b/modules/to.py
index 89abc477..c01c2a58 100644
--- a/modules/to.py
+++ b/modules/to.py
@@ -1,7 +1,7 @@
import EventManager
class Module(object):
- def __init__(self, bot, events):
+ def __init__(self, bot, events, exports):
events.on("received").on("message").on("channel"
).hook(self.channel_message,
priority=EventManager.PRIORITY_MEDIUM)