Variable name change.

This commit is contained in:
Jeremy Fincher 2004-09-22 22:26:17 +00:00
parent 816f494d8c
commit fc8da1888c
1 changed files with 2 additions and 2 deletions

View File

@ -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):