mirror of https://github.com/calzoneman/sync.git
Reset LASTCHAT when chat is cleared
This commit is contained in:
parent
535b1d5d3a
commit
566e932e7e
|
@ -521,6 +521,7 @@ Callbacks = {
|
|||
|
||||
clearchat: function() {
|
||||
$("#messagebuffer").html("");
|
||||
LASTCHAT.name = "";
|
||||
},
|
||||
|
||||
userlist: function(data) {
|
||||
|
|
Loading…
Reference in New Issue