Update server.py

This commit is contained in:
Nova Cat 2025-02-14 23:52:14 -08:00
parent e6060bb599
commit 205b8a1df4

View file

@ -483,7 +483,7 @@ def session(connection, client, ip, isssl=False):
temp_mode = cmdrun["identify"][1]
property_list[pending]["modes"] = temp_mode
dosend(bytes(f"{tags()}:{pending} MODE {pending} +{temp_mode}\r\n","UTF-8"))
if "initchan" in cmdrun and :
if "initchan" in cmdrun:
print(cmdrun["initchan"])
for chran in cmdrun["initchan"]:
if chran["name"] not in channels_list: