Tweak bans
This commit is contained in:
parent
ea9132624a
commit
505c628eb9
3 changed files with 59 additions and 30 deletions
|
|
@ -41,7 +41,7 @@ Callbacks = {
|
|||
kick: function(data) {
|
||||
KICKED = true;
|
||||
$("<div/>").addClass("server-msg-disconnect")
|
||||
.text("Kicked: " + data.msg)
|
||||
.text("Kicked: " + data.reason)
|
||||
.appendTo($("#messagebuffer"));
|
||||
$("#messagebuffer").scrollTop($("#messagebuffer").prop("scrollheight"));
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue