mirror of
https://github.com/calzoneman/sync.git
synced 2024-09-13 04:32:09 +00:00
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…
x
Reference in New Issue
Block a user