Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions Sibyl_System/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,7 @@ def system_cmd(
args["pattern"] = re.compile(r"[\?\.!/]" + pattern)
else:
args["pattern"] = re.compile(r"[\?\.!]" + pattern)
if allow_charlie and allow_conquerors:
args["from_users"] = CONQUERORS

elif allow_admirals and allow_charlie:
args["from_users"] = ADMIRALS
else:
Expand Down