This commit is contained in:
parent
529a026814
commit
f1f4f5688a
1 changed files with 1 additions and 1 deletions
|
@ -292,7 +292,7 @@ def session(connection, client, ip, ssl=False):
|
|||
elif finished:
|
||||
processedExternally = False
|
||||
for i in commandProviders:
|
||||
if i.command(command=command, args=args, nick=pending, ip=client[0], user=property_list[pending]):
|
||||
if i.command(command=command, args=args, nick=pending, ip=client[0], user=property_list[pending], connection=connection):
|
||||
processedExternally = True
|
||||
break
|
||||
if processedExternally:
|
||||
|
|
Loading…
Add table
Reference in a new issue