aboutsummaryrefslogtreecommitdiff
path: root/modules/sasl.py
diff options
context:
space:
mode:
authorGravatar dngfx2018-08-31 10:50:37 +0100
committerGravatar dngfx2018-08-31 10:50:37 +0100
commitabed9cf4ea71dcbad2dd2c049683b8d14b942e09 (patch)
tree3e40caf63fa7e1500469f4ad9a0c45c51808aad4 /modules/sasl.py
parentFix a copy paste fail in IRCLineHandler that caused PARTs to be handled as QUITs (diff)
signature
Reformat
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 7889640e..18654177 100644
--- a/modules/sasl.py
+++ b/modules/sasl.py
@@ -1,5 +1,6 @@
import base64
+
class Module(object):
def __init__(self, bot):
self.bot = bot
@@ -36,4 +37,3 @@ class Module(object):
def on_90x(self, event):
event["server"].send_capability_end()
-