trim bold
This commit is contained in:
parent
8a2d8c3d56
commit
1e884244e3
|
@ -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)),
|
||||
|
|
Loading…
Reference in New Issue
Block a user