forked from Firepup650/FireBot
dashes are valid
This commit is contained in:
parent
b3ed3cbcff
commit
a084e4d620
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ import bare
|
|||
|
||||
load_dotenv()
|
||||
__version__ = "v2.0.4"
|
||||
npbase: str = "\[\x0303last\.fm\x03\] [A-Za-z0-9_[\]{}\\|^]{1,$MAX} (is listening|last listened) to: \x02.+ - .*\x02( \([0-9]+ plays\)( \[.*\])?)?"
|
||||
npbase: str = "\[\x0303last\.fm\x03\] [A-Za-z0-9_[\]{}\\|\-^]{1,$MAX} (is listening|last listened) to: \x02.+ - .*\x02( \([0-9]+ plays\)( \[.*\])?)?"
|
||||
su = "^(su|sudo|(su .*|sudo .*))$"
|
||||
servers: dict[str, dict[str, Any]] = {
|
||||
"ircnow": {
|
||||
|
|
Loading…
Reference in a new issue