This commit is contained in:
calzoneman 2013-05-12 11:48:41 -04:00
parent d9ed665540
commit 3959b02b93
1 changed files with 1 additions and 1 deletions

View File

@ -1204,7 +1204,7 @@ Channel.prototype.tryUpdateOptions = function(user, data) {
Channel.prototype.updateMotd = function(motd) { Channel.prototype.updateMotd = function(motd) {
var html = motd.replace(/\n/g, "<br>"); var html = motd.replace(/\n/g, "<br>");
html = this.filterMessage(html); //html = this.filterMessage(html);
this.motd = { this.motd = {
motd: motd, motd: motd,
html: html html: html