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