indentation
This commit is contained in:
@@ -20,6 +20,6 @@ if inProtocol == "irc" && outProtocol != "irc" {
|
|||||||
|
|
||||||
// strip custom emoji
|
// strip custom emoji
|
||||||
if inProtocol == "discord" {
|
if inProtocol == "discord" {
|
||||||
re := text.re_compile(`<a?(:.*?:)[0-9]+>`)
|
re := text.re_compile(`<a?(:.*?:)[0-9]+>`)
|
||||||
msgText=re.replace(msgText,"$1")
|
msgText=re.replace(msgText,"$1")
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user