Skip to content

Commit

Permalink
Squashing Small Bugs (#111)
Browse files Browse the repository at this point in the history
* Squashing Small Bugs
  • Loading branch information
mgeitz authored Mar 28, 2022
1 parent 37d004f commit 7af124a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions eqa/lib/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -782,7 +782,7 @@ def build_config(base_path):
},
"say_npc": {
"alert": {},
"reaction": "true",
"reaction": "false",
"sound": "false"
},
"shout": {
Expand Down Expand Up @@ -1223,7 +1223,7 @@ def build_config(base_path):
"sound": "%ssound/",
"tmp_sound": "/tmp/eqa/sound/"
},
"version": "2.4.10"
"version": "2.4.11"
},
"zones": {
"An Arena (PVP) Area": "false",
Expand Down Expand Up @@ -1328,7 +1328,6 @@ def build_config(base_path):
"Western Wastes": "raid"
}
}
"""

try:
Expand Down
2 changes: 1 addition & 1 deletion eqa/lib/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -886,7 +886,7 @@ def check_who(line):
return "who_line_friends"
elif (
re.fullmatch(
r"^(AFK |\<LINKDEAD\>|AFK <LINKDEAD>|)\[(\d+ [a-zA-Z\s]+|ANONYMOUS)\] \w+( \([a-zA-Z\s]+\)|)( \<[a-zA-Z\s]+\>|)( ZONE\: \w+|)( LFG|)$",
r"^(AFK |\<LINKDEAD\>|AFK <LINKDEAD>|)\[(\d+ [a-zA-Z\s]+|ANONYMOUS)\] \w+( \([a-zA-Z\s]+\)|)( \<[a-zA-Z\s]+\>|)( ZONE\: \w+|)( LFG|)$",
line,
)
is not None
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="eqalert",
version="2.4.10",
version="2.4.11",
author="Michael Geitz",
author_email="git@geitz.xyz",
install_requires=[
Expand Down

0 comments on commit 7af124a

Please sign in to comment.