From 3959b02b93b6267ba177d43382f3524084a08e0c Mon Sep 17 00:00:00 2001 From: calzoneman Date: Sun, 12 May 2013 11:48:41 -0400 Subject: [PATCH] Fix #113 --- channel.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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