From 9b83b98e58538f009e8f3b25955914ff7a838c59 Mon Sep 17 00:00:00 2001 From: swee Date: Wed, 22 Jan 2025 19:58:13 -0800 Subject: [PATCH] Update server.py --- server.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/server.py b/server.py index 5fa061d..5291ae1 100644 --- a/server.py +++ b/server.py @@ -307,9 +307,6 @@ def session(connection, client, ip, isssl=False): connection.sendall(bytes(f":{server} 376 {pending} :- {i}\r\n", "UTF-8")) connection.sendall(bytes(f":{server} 372 {pending} :End of /MOTD command\r\n", "UTF-8")) elif finished: - for i in commandProviders: - if "__ircat_property_override__" dir(i): - processedExternally = False for i in commandProviders: cmdrun = i.command(command=command, args=args, nick=pending, ip=client[0], user=property_list[pending], connection=connection)