fix git hooks
This commit is contained in:
parent
664987d1af
commit
3a01586d0e
1 changed files with 1 additions and 1 deletions
|
@ -440,7 +440,7 @@ def session(connection, client):
|
||||||
if j != pending and not j in done:
|
if j != pending and not j in done:
|
||||||
nickname_list[j].sendall(bytes(f":{pending}!~{username}@{hostname} QUIT :{cause}\r\n","UTF-8"))
|
nickname_list[j].sendall(bytes(f":{pending}!~{username}@{hostname} QUIT :{cause}\r\n","UTF-8"))
|
||||||
done.append(j)
|
done.append(j)
|
||||||
# Remove the quitting user from the channel.
|
# Remove the quitting user from the channel
|
||||||
try:
|
try:
|
||||||
channels_list[i].remove(pending)
|
channels_list[i].remove(pending)
|
||||||
except:
|
except:
|
||||||
|
|
Loading…
Reference in a new issue