started switching violence.py to text files
This commit is contained in:
parent
9ef6899266
commit
b725d49c33
4 changed files with 45 additions and 31 deletions
|
@ -36,6 +36,7 @@ def sieve_suite(bot, input, func, kind, args):
|
|||
if args.get('adminonly', False):
|
||||
admins = bot.config.get('admins', [])
|
||||
|
||||
|
||||
if input.mask not in admins and input.nick not in admins:
|
||||
return None
|
||||
|
||||
|
|
Reference in a new issue