[:,] shouldn't be optional because the wider group is
This commit is contained in:
parent
7ea434e62e
commit
27da1f314b
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ from src import EventManager, ModuleManager, utils
|
|||
|
||||
KARMA_DELAY_SECONDS = 3
|
||||
|
||||
REGEX_WORD = re.compile(r"^([^(\s,:]+)(?:[:,]?\s*)?(\+\+|--)\s*$")
|
||||
REGEX_WORD = re.compile(r"^([^(\s,:]+)(?:[:,]\s*)?(\+\+|--)\s*$")
|
||||
REGEX_PARENS = re.compile(r"\(([^)]+)\)(\+\+|--)")
|
||||
|
||||
@utils.export("channelset", utils.BoolSetting("karma-pattern",
|
||||
|
|
Loading…
Reference in a new issue