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