typo
This commit is contained in:
parent
73f5bf5516
commit
783e30e75b
1 changed files with 1 additions and 1 deletions
|
@ -198,7 +198,7 @@ def session(connection, client):
|
|||
connection.sendall(bytes(f":{server} 433 {pending} {pending2} :Nickname is already in use.\r\n","UTF-8"))
|
||||
else:
|
||||
print("Sending nickname change...")
|
||||
conection.sendall(bytes(f":{pending}!~{username}@{hostname} NICK {pending2}\r\n","UTF-8"))
|
||||
connection.sendall(bytes(f":{pending}!~{username}@{hostname} NICK {pending2}\r\n","UTF-8"))
|
||||
print("Moving config...")
|
||||
property_list[pending2] = property_list.pop(pending)
|
||||
nickname_list[pending2] = nickname_list.pop(pending)
|
||||
|
|
Loading…
Reference in a new issue