Minor fix for CI: Not matching identifier

This commit is contained in:
chotaire
2019-04-18 15:55:18 +02:00
parent ffd3f8157d
commit db9a749c8f

View File

@@ -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:]]`)