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