mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-24 03:33:11 +01:00
Fixed MiscCommands.doPrivmsg to use an IrcObjectProxy when sending stuff to replyWhenNotCommand.
This commit is contained in:
parent
f93b1e305a
commit
e25f0653c5
@ -82,6 +82,7 @@ class MiscCommands(callbacks.Privmsg):
|
||||
if not callbacks.findCallbackForCommand(irc, command):
|
||||
notCommands.append(repr(command))
|
||||
if notCommands:
|
||||
irc = callbacks.IrcObjectProxyRegexp(irc)
|
||||
replyWhenNotCommand(irc, msg, notCommands)
|
||||
|
||||
def list(self, irc, msg, args):
|
||||
|
Loading…
Reference in New Issue
Block a user