From f1f4f5688a4fb30e6b963a1196fdb198701e841f Mon Sep 17 00:00:00 2001 From: swee Date: Tue, 21 Jan 2025 19:22:38 -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 80ee4fd..5fabdf6 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(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: