Re-add removed comment

This commit is contained in:
nyuszika7h 2014-08-03 14:00:36 +02:00
parent d1ecfe3153
commit cb4f5a0a39

View File

@ -187,6 +187,7 @@ class NickAuth(callbacks.Plugin):
def doJoin(self, irc, msg): def doJoin(self, irc, msg):
if len(msg.args) < 2: if len(msg.args) < 2:
# extended-join is not supported
return return
account = msg.args[1] account = msg.args[1]