Minor fix for CI: Not matching identifier
This commit is contained in:
@@ -200,5 +200,5 @@ func ConvertWebPToPNG(data *[]byte) error {
|
|||||||
return nil
|
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:]]`)
|
var StripIRCColors = regexp.MustCompile(`\x03(?:\d{1,2}(?:,\d{1,2})?)?|[[:cntrl:]]`)
|
||||||
|
|||||||
Reference in New Issue
Block a user