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
|
||||
|
||||
load_dotenv()
|
||||
__version__ = "v2.0.2"
|
||||
npbase = "\[\x0303last\.fm\x03\] [A-Za-z0-9_[\]{}\\|^]{1,MAX} (is listening|last listened) to: \x02.+ - .*\x02( \([0-9]+ plays\)( \[.*\])?)?"
|
||||
__version__ = "v2.0.3"
|
||||
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 .*))$"
|
||||
servers = {
|
||||
"ircnow": {
|
||||
|
|
Loading…
Reference in a new issue