From d411f55c3049de860891575bf435f0d4e042ace8 Mon Sep 17 00:00:00 2001 From: Ben Kurtovic Date: Mon, 7 Jul 2014 02:07:59 -0400 Subject: [PATCH] 'add users' -> 'add or remove users' --- earwigbot/commands/access.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/earwigbot/commands/access.py b/earwigbot/commands/access.py index 078f782..a47b5e6 100644 --- a/earwigbot/commands/access.py +++ b/earwigbot/commands/access.py @@ -112,7 +112,7 @@ class Access(Command): def get_user_from_args(self, data, permdb): if not permdb.is_owner(data): - msg = "You must be a bot owner to add users to the access list." + msg = "You must be a bot owner to add or remove users to the access list." self.reply(data, msg) return levels = ["owner", "owners", "admin", "admins"]