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

This commit is contained in:
Nova Cat 2025-01-21 19:21:48 -08:00
parent ee1deedf71
commit 529a026814

View file

@ -292,7 +292,7 @@ def session(connection, client, ip, ssl=False):
elif finished:
processedExternally = False
for i in commandProviders:
if i.command():
if i.command(command=command, args=args, nick=pending, ip=client[0], user=property_list[pending]):
processedExternally = True
break
if processedExternally: