Update server.py
All checks were successful
/ check (push) Successful in 9s

This commit is contained in:
Nova Cat 2025-01-21 19:22:38 -08:00
parent 529a026814
commit f1f4f5688a

View file

@ -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: