Tweak bans

This commit is contained in:
calzoneman 2013-05-19 17:23:35 -04:00
parent ea9132624a
commit 505c628eb9
3 changed files with 59 additions and 30 deletions

View file

@ -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"));
},