extended-join
JOINs have 3 args, not 2 (line_handler.py)
This commit is contained in:
parent
6affadd306
commit
0d7b39e7d9
1 changed files with 1 additions and 1 deletions
|
@ -211,7 +211,7 @@ class Module(ModuleManager.BaseModule):
|
|||
realname = None
|
||||
channel_name = event["args"][0]
|
||||
|
||||
if len(event["args"]) == 2:
|
||||
if len(event["args"]) == 3:
|
||||
if not event["args"][1] == "*":
|
||||
account = event["args"][1]
|
||||
realname = event["args"][2]
|
||||
|
|
Loading…
Reference in a new issue