add underline cleanup

Signed-off-by: Luca Bigliardi <shammash@google.com>
This commit is contained in:
Luca Bigliardi 2021-04-17 23:18:00 +02:00
parent cace8c91fe
commit f5023118ba
1 changed files with 1 additions and 0 deletions

1
irc.go
View File

@ -179,6 +179,7 @@ func (n *IRCNotifier) HandleNickservMsg(msg string) {
"\001", "", // bold
"\002", "", // faint
"\004", "", // underline
"\037", "", // underline
)
cleanedMsg := cleaner.Replace(msg)