started switching violence.py to text files

This commit is contained in:
Luke Rogers 2012-03-26 17:28:22 +13:00
parent 9ef6899266
commit b725d49c33
4 changed files with 45 additions and 31 deletions

View file

@ -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