trim bold

This commit is contained in:
Flummi 2019-01-02 23:36:32 +01:00
parent 8a2d8c3d56
commit 1e884244e3

View File

@ -110,7 +110,7 @@ export class irc extends EventEmitter {
prefix: tmp.prefix.charAt(0) === ":" ? tmp.prefix.substring(1) : tmp.prefix
}))
}),
message: tmp.params[1],
message: tmp.params[1].replace(/\u0002/, ""),
time: ~~(Date.now() / 1000),
raw: tmp,
reply: msg => this.sendmsg("normal", tmp.params[0], this.format(""+msg)),