fsdfdsfsdf

This commit is contained in:
Luke Rogers 2013-11-27 17:02:55 +13:00
parent 8cea099fef
commit 6549344215
2 changed files with 2 additions and 2 deletions

View file

@ -55,7 +55,7 @@ def sieve_suite(bot, input, func, kind, args):
allowed_permissions = args.get('permissions', [])
for perm in allowed_permissions:
if conn.permissions.has_perm_legacy(mask, perm):
if conn.permissions.has_perm_mask(mask, perm):
return input
input.notice("Sorry, you are not allowed to use this command.")