mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-02-18 14:40:51 +01:00
Fixed bug with replies when it's not a command and it's not nested.
This commit is contained in:
parent
5274eb08a8
commit
f79ffc85bd
@ -88,7 +88,7 @@ class Misc(callbacks.Plugin):
|
|||||||
# echo [] will get us an empty token set, but there's no need
|
# echo [] will get us an empty token set, but there's no need
|
||||||
# to log this in that case anyway, it being a nested command.
|
# to log this in that case anyway, it being a nested command.
|
||||||
self.log.info('Not replying to %s, not a command.' % tokens[0])
|
self.log.info('Not replying to %s, not a command.' % tokens[0])
|
||||||
if not isinstance(irc.irc, irclib.Irc):
|
if irc.nested:
|
||||||
bracketConfig = conf.supybot.commands.nested.brackets
|
bracketConfig = conf.supybot.commands.nested.brackets
|
||||||
brackets = conf.get(bracketConfig, channel)
|
brackets = conf.get(bracketConfig, channel)
|
||||||
if brackets:
|
if brackets:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user