commit
e94341f8b0
@ -29,7 +29,7 @@ module.exports = function(irc, network) {
|
|||||||
chan.topic = topic
|
chan.topic = topic
|
||||||
client.emit("topic", {
|
client.emit("topic", {
|
||||||
chan: chan.id,
|
chan: chan.id,
|
||||||
topic: topic
|
topic: _.escape(topic)
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user