Changed method of checking for admin powers, small tweaks

This commit is contained in:
Luke Rogers 2012-03-13 09:31:41 +13:00
parent 7e00677c03
commit c168a179e3
4 changed files with 32 additions and 63 deletions

View file

@ -37,6 +37,6 @@ def sieve_suite(bot, input, func, kind, args):
admins = bot.config.get('admins', [])
if input.host not in admins and input.nick not in admins:
return None
return
return input