diff --git a/channel.js b/channel.js index 9cf1afbd..d2efd3da 100644 --- a/channel.js +++ b/channel.js @@ -1204,7 +1204,7 @@ Channel.prototype.tryUpdateOptions = function(user, data) { Channel.prototype.updateMotd = function(motd) { var html = motd.replace(/\n/g, "
"); - html = this.filterMessage(html); + //html = this.filterMessage(html); this.motd = { motd: motd, html: html