PyChecker found another non-selfed variable

This commit is contained in:
Jeremy Fincher 2003-03-26 10:08:27 +00:00
parent a13c55a896
commit 6c3e6d7b99

View File

@ -233,7 +233,7 @@ class IrcObjectProxy:
try:
if callback is None:
self.args.insert(0, name)
self.reply(msg, '[%s]' % ' '.join(self.args))
self.reply(self.msg, '[%s]' % ' '.join(self.args))
callback.callCommand(getattr(callback, name),
self, self.msg, self.args)
except Error, e: