|
@ -46,7 +46,7 @@ module.exports = class { |
|
|
this.state.name = input.post.nick |
|
|
this.state.name = input.post.nick |
|
|
this.state.nameSuffix = "" |
|
|
this.state.nameSuffix = "" |
|
|
|
|
|
|
|
|
this.state.text = input.post.text.replace(/\x02/g, "**") |
|
|
|
|
|
|
|
|
this.state.text = input.post.text.replace(/\x02/g, "**").replace(/\x1D/g, "_") |
|
|
|
|
|
|
|
|
if (input.post.kind === "text" && !this.state.text.includes("\"")) { |
|
|
if (input.post.kind === "text" && !this.state.text.includes("\"")) { |
|
|
this.state.text = '"' + this.state.text + '"' |
|
|
this.state.text = '"' + this.state.text + '"' |
|
|