From 4d74493610a9d7682b23ed8f7749c9aa8b8bab62 Mon Sep 17 00:00:00 2001 From: Luke Rogers Date: Mon, 5 Aug 2013 11:16:06 +1200 Subject: [PATCH] Fixed adminonly --- plugins/core_sieve.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/core_sieve.py b/plugins/core_sieve.py index 7ee6a53..a80fc35 100755 --- a/plugins/core_sieve.py +++ b/plugins/core_sieve.py @@ -32,7 +32,7 @@ def sieve_suite(bot, input, func, kind, args): # shim so plugins using the old "adminonly" permissions format still work if args.get('adminonly', False): - args['perms'] = ["adminonly"] + args["permissions"] = ["adminonly"] if args.get('permissions', False):