From 3a01586d0e8a213bd3fc7cda8e18cea3462f7aa0 Mon Sep 17 00:00:00 2001 From: swee Date: Thu, 12 Dec 2024 13:23:32 -0800 Subject: [PATCH] fix git hooks --- server.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server.py b/server.py index 9720215..24d52ea 100644 --- a/server.py +++ b/server.py @@ -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: