This commit is contained in:
Luke Rogers 2012-03-13 09:33:52 +13:00
parent f9ee9e0bac
commit 6edeb547f8

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
return None
return input