aboutsummaryrefslogtreecommitdiff
path: root/modules/sasl.py
diff options
context:
space:
mode:
Diffstat (limited to 'modules/sasl.py')
-rw-r--r--modules/sasl.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/sasl.py b/modules/sasl.py
index b9219292..15a7523a 100644
--- a/modules/sasl.py
+++ b/modules/sasl.py
@@ -1,7 +1,7 @@
import base64
class Module(object):
- def __init__(self, bot, events):
+ def __init__(self, bot, events, exports):
self.bot = bot
events.on("preprocess.connect").hook(self.preprocess_connect)
events.on("received.cap").hook(self.on_cap)