fix git hooks

This commit is contained in:
Nova Cat 2024-12-12 13:24:00 -08:00
parent 3a01586d0e
commit 1d64927eb7

View file

@ -440,7 +440,7 @@ def session(connection, client):
if j != pending and not j in done:
nickname_list[j].sendall(bytes(f":{pending}!~{username}@{hostname} QUIT :{cause}\r\n","UTF-8"))
done.append(j)
# Remove the quitting user from the channel
# Remove the quitting user from the channel.
try:
channels_list[i].remove(pending)
except: