Skip to content

Commit

Permalink
admin: fix style errors
Browse files Browse the repository at this point in the history
  • Loading branch information
embolalia committed Jan 11, 2015
1 parent 6723887 commit 5ab2970
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'.*')
Expand Down

0 comments on commit 5ab2970

Please sign in to comment.