mirror of
https://github.com/google/alertmanager-irc-relay.git
synced 2025-01-12 21:22:37 +01:00
add underline cleanup
Signed-off-by: Luca Bigliardi <shammash@google.com>
This commit is contained in:
parent
cace8c91fe
commit
f5023118ba
1
irc.go
1
irc.go
@ -179,6 +179,7 @@ func (n *IRCNotifier) HandleNickservMsg(msg string) {
|
|||||||
"\001", "", // bold
|
"\001", "", // bold
|
||||||
"\002", "", // faint
|
"\002", "", // faint
|
||||||
"\004", "", // underline
|
"\004", "", // underline
|
||||||
|
"\037", "", // underline
|
||||||
)
|
)
|
||||||
cleanedMsg := cleaner.Replace(msg)
|
cleanedMsg := cleaner.Replace(msg)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user