Fix topic exploit

This commit is contained in:
Mattias Erming 2015-01-22 09:29:28 -08:00
parent 890c751bb6
commit ef041d6612

View file

@ -314,10 +314,6 @@ $(function() {
}
});
socket.on("topic", function(data) {
$("#chan-" + data.chan).find(".header .topic").html(data.topic);
});
socket.on("users", function(data) {
var users = chat.find("#chan-" + data.chan).find(".users").html(render("user", data));
var nicks = [];