aboutsummaryrefslogtreecommitdiff
path: root/modules/ctcp.py
diff options
context:
space:
mode:
Diffstat (limited to 'modules/ctcp.py')
-rw-r--r--modules/ctcp.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/ctcp.py b/modules/ctcp.py
index 5320369a..e6d7ad8f 100644
--- a/modules/ctcp.py
+++ b/modules/ctcp.py
@@ -1,7 +1,7 @@
import datetime
class Module(object):
- def __init__(self, bot, events):
+ def __init__(self, bot, events, exports):
self.bot = bot
events.on("received").on("message").on("private").hook(
self.private_message)