Skip to content

Commit

Permalink
Merge pull request #3415 from double-beep/use_plural -autopull
Browse files Browse the repository at this point in the history
Use plural when blacklist managers are 2 or more
  • Loading branch information
makyen committed Oct 23, 2019
2 parents bb15490 + ade51f9 commit 9e22cb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chatcommands.py
Expand Up @@ -1354,7 +1354,7 @@ def willbenotified(msg, room_id, se_site):
return "No, you won't be notified for that site in that room."


RETURN_NAMES = {"admin": ["admin", "admins"], "blacklist_manager": ["blacklist manager", "blacklist manager"]}
RETURN_NAMES = {"admin": ["admin", "admins"], "blacklist_manager": ["blacklist manager", "blacklist managers"]}
VALID_ROLES = {"admin": "admin",
"code_admin": "blacklist_manager",
"admins": "admin",
Expand Down

0 comments on commit 9e22cb2

Please sign in to comment.