Skip to content

Commit

Permalink
add underline cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: Luca Bigliardi <[email protected]>
  • Loading branch information
shammash committed Apr 17, 2021
1 parent cace8c9 commit f502311
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions irc.go
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ func (n *IRCNotifier) HandleNickservMsg(msg string) {
"\001", "", // bold
"\002", "", // faint
"\004", "", // underline
"\037", "", // underline
)
cleanedMsg := cleaner.Replace(msg)

Expand Down

0 comments on commit f502311

Please sign in to comment.