Update plugin.py
This commit is contained in:
parent
2a7980f266
commit
e7389db2a1
|
@ -88,7 +88,7 @@ class BotLibre(callbacks.Plugin):
|
|||
def invalidCommand(self, irc, msg, tokens):
|
||||
chan = msg.args[0]
|
||||
if irc.isChannel(chan) and self.registryValue('invalidCommand', chan):
|
||||
self._queryBot(irc, msg.args[1])
|
||||
self._queryBot(irc, chan, msg.args[1])
|
||||
|
||||
Class = BotLibre
|
||||
|
||||
|
|
Loading…
Reference in New Issue