mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 11:09:23 +01:00
Missed an indentation level.
This commit is contained in:
parent
9e2c014118
commit
15c5a7fe71
@ -104,11 +104,11 @@ class AutoMode(callbacks.Privmsg):
|
||||
msgmaker = getattr(ircmsgs, type)
|
||||
irc.queueMsg(msgmaker(channel, msg.nick))
|
||||
raise Continue # Even if fallthrough, let's only do one.
|
||||
elif not fallthrough:
|
||||
self.log.info('%s has %s, but supybot.plugins.AutoMode.%s is '
|
||||
'not enabled in %s, refusing to fall through.',
|
||||
msg.prefix, cap, type, channel)
|
||||
raise Continue
|
||||
elif not fallthrough:
|
||||
self.log.info('%s has %s, but supybot.plugins.AutoMode.%s '
|
||||
'is not enabled in %s, refusing to fall '
|
||||
'through.', msg.prefix, cap, type, channel)
|
||||
raise Continue
|
||||
try:
|
||||
do('op')
|
||||
if 'h' in irc.state.supported['prefix']:
|
||||
|
Loading…
Reference in New Issue
Block a user