mirror of
https://github.com/jeremyd/ergo.git
synced 2026-07-05 16:18:10 -07:00
bump ircfmt to fix snomask bug
This commit is contained in:
+1
-1
@@ -102,7 +102,7 @@ var (
|
||||
"default": "99",
|
||||
}
|
||||
|
||||
bracketedExpr = regexp.MustCompile(`^\[.*\]`)
|
||||
bracketedExpr = regexp.MustCompile(`^\[.*?\]`)
|
||||
colourDigits = regexp.MustCompile(`^[0-9]{1,2}$`)
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user