diff --git a/bridge/helper/helper.go b/bridge/helper/helper.go index 1e7ef82c..bd54e94d 100644 --- a/bridge/helper/helper.go +++ b/bridge/helper/helper.go @@ -200,5 +200,5 @@ func ConvertWebPToPNG(data *[]byte) error { return nil } -// Strip IRC colors +// StripIRCColors will remove any IRC colors found in the message var StripIRCColors = regexp.MustCompile(`\x03(?:\d{1,2}(?:,\d{1,2})?)?|[[:cntrl:]]`)