mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-19 08:59:27 +01:00
PyChecker found another non-selfed variable
This commit is contained in:
parent
a13c55a896
commit
6c3e6d7b99
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user