mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-12-08 20:48:48 +00:00
Starting to work on some better pinging for usernames
This commit is contained in:
@@ -6,7 +6,7 @@ var Chat = {
|
||||
|
||||
namechange: function(newName)
|
||||
{
|
||||
socket.emit("namechange", newName);
|
||||
socket.emit("namechange", {name: newName, channel: chan.toLowerCase()});
|
||||
Crypt.set_name(newName);
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user