Reset LASTCHAT when chat is cleared
This commit is contained in:
parent
535b1d5d3a
commit
566e932e7e
1 changed files with 1 additions and 0 deletions
|
|
@ -521,6 +521,7 @@ Callbacks = {
|
|||
|
||||
clearchat: function() {
|
||||
$("#messagebuffer").html("");
|
||||
LASTCHAT.name = "";
|
||||
},
|
||||
|
||||
userlist: function(data) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue