From 5ab29701cadf755fed5a23f2eb3040fc31a0b508 Mon Sep 17 00:00:00 2001 From: Edward Powell Date: Sat, 10 Jan 2015 21:34:15 -0500 Subject: [PATCH] admin: fix style errors --- admin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin.py b/admin.py index f3ed15b0f5..8d73e82b9b 100644 --- a/admin.py +++ b/admin.py @@ -135,7 +135,7 @@ def invite_join(bot, trigger): if trigger.admin or bot.config.admin.auto_accept_invite: bot.join(trigger.args[1]) return - return NOLIMIT + @willie.module.event('KICK') @willie.module.rule(r'.*')