From 529a0268140c77fca0ce12b74cd6a39ceac51c8e Mon Sep 17 00:00:00 2001 From: swee Date: Tue, 21 Jan 2025 19:21:48 -0800 Subject: [PATCH] Update server.py --- server.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server.py b/server.py index 4062a39..80ee4fd 100644 --- a/server.py +++ b/server.py @@ -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: