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