mirror of https://github.com/calzoneman/sync.git
Fix #113
This commit is contained in:
parent
d9ed665540
commit
3959b02b93
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue