Update server.py
This commit is contained in:
parent
9bb062445c
commit
d8b8e0079b
1 changed files with 12 additions and 11 deletions
|
@ -208,6 +208,7 @@ def session(connection, client):
|
|||
channels_list[i].append(pending2)
|
||||
except:
|
||||
print(traceback.format_exc())
|
||||
conection.sendall(bytes(f":{pending}!~{username}@{hostname} {text}\r\n","UTF-8"))
|
||||
property_list[pending2] = property_list.pop(pending)
|
||||
nickname_list[pending2] = nickname_list.pop(pending)
|
||||
pending = pending2
|
||||
|
|
Loading…
Reference in a new issue