From 6d74be3459724db843febdd55f2cd2ea9c7fcc2e Mon Sep 17 00:00:00 2001 From: swee <meow@swee.codes> Date: Fri, 14 Feb 2025 23:44:25 -0800 Subject: [PATCH] Update server.py --- server.py | 1 + 1 file changed, 1 insertion(+) diff --git a/server.py b/server.py index 2b3bcdc..671997c 100644 --- a/server.py +++ b/server.py @@ -520,6 +520,7 @@ def session(connection, client, ip, isssl=False): except: dosend(bytes(f"{tags()}:{server} NOTICE * :*** Could not join {channel}\r\n","UTF-8")) print(channels_list) + print(channel_modestore_identify[channel]) if property_list[pending]["identified"] and property_list[pending]["identusername"] in channel_modestore_identify[channel]: print(f"{pending} has an identify mode, setting mode " + channel_modestore_identify[channel][property_list[pending]["identusername"]]) channel_modestore[channel][pending] = channel_modestore_identify[channel][property_list[pending]["identusername"]]