mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-11 12:42:34 +01:00
Variable name change.
This commit is contained in:
parent
816f494d8c
commit
fc8da1888c
@ -1181,8 +1181,8 @@ class PrivmsgRegexp(Privmsg):
|
||||
break
|
||||
else:
|
||||
spans.add(m.span())
|
||||
proxy = self.Proxy(irc, msg)
|
||||
self.callCommand(name, proxy, msg, m)
|
||||
irc = self.Proxy(irc, msg)
|
||||
self.callCommand(name, irc, msg, m)
|
||||
|
||||
|
||||
class PrivmsgCommandAndRegexp(Privmsg):
|
||||
|
Loading…
Reference in New Issue
Block a user