mirror of
https://github.com/thelounge/thelounge
synced 2025-02-16 21:28:23 +00:00
commit
e94341f8b0
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ module.exports = function(irc, network) {
|
|||
chan.topic = topic
|
||||
client.emit("topic", {
|
||||
chan: chan.id,
|
||||
topic: topic
|
||||
topic: _.escape(topic)
|
||||
});
|
||||
});
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue