Update server.py
This commit is contained in:
parent
1d64927eb7
commit
45783e4591
1 changed files with 1 additions and 1 deletions
|
@ -199,7 +199,7 @@ def session(connection, client):
|
|||
for i, users in channels_list.items():
|
||||
if pending in users:
|
||||
for j in users:
|
||||
if j != pending and not j in done:
|
||||
if j != pending and j != pending2 and not j in done:
|
||||
nickname_list[j].sendall(bytes(f":{pending}!~{username}@{hostname} {text}\r\n","UTF-8"))
|
||||
done.append(j)
|
||||
# Replace the nickname
|
||||
|
|
Loading…
Add table
Reference in a new issue