mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-04-14 11:57:51 +02: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…
x
Reference in New Issue
Block a user