bump version, fix regex bug
This commit is contained in:
parent
7a035398ec
commit
8bc9ed19fc
1 changed files with 2 additions and 2 deletions
|
@ -4,8 +4,8 @@ from dotenv import load_dotenv
|
||||||
import re
|
import re
|
||||||
|
|
||||||
load_dotenv()
|
load_dotenv()
|
||||||
__version__ = "v2.0.2"
|
__version__ = "v2.0.3"
|
||||||
npbase = "\[\x0303last\.fm\x03\] [A-Za-z0-9_[\]{}\\|^]{1,MAX} (is listening|last listened) to: \x02.+ - .*\x02( \([0-9]+ plays\)( \[.*\])?)?"
|
npbase = "\[\x0303last\.fm\x03\] [A-Za-z0-9_[\]{}\\|^]{1,$MAX} (is listening|last listened) to: \x02.+ - .*\x02( \([0-9]+ plays\)( \[.*\])?)?"
|
||||||
su = "^(su|sudo|(su .*|sudo .*))$"
|
su = "^(su|sudo|(su .*|sudo .*))$"
|
||||||
servers = {
|
servers = {
|
||||||
"ircnow": {
|
"ircnow": {
|
||||||
|
|
Loading…
Reference in a new issue