Update server.py

This commit is contained in:
Nova Cat 2025-03-14 17:49:23 -07:00
parent 670e56d53b
commit 7d9b4a7b9b

View file

@ -856,8 +856,9 @@ def session(connection, client, ip, isssl=False):
if "o" in property_list[pending]["modes"]:
target = args[0]
try:
reason = parseOutContent(" ".join(args[1:])) if len(args) > 1 else "No reason given"
property_list[target]["kill_user"] = pending
property_list[target]["kill_comment"] = args[1:] if len(args) > 1 else "No reason given"
property_list[target]["kill_comment"] = reason
property_list[target]["kill"] = True
except:
dosend(bytes(f"{tags()}:{server} 403 {pending} {target} :No such channel\r\n","UTF-8"))