oops fix bad function name

This commit is contained in:
Romain Bignon 2010-09-24 13:45:50 -04:00
commit d0730472d8
5 changed files with 5 additions and 5 deletions

View file

@ -61,7 +61,7 @@ class Chatoob(ReplApplication):
Send a message to the specified contact.
"""
_id, message = self.parseline(line, 2, 2)
_id, message = self.parseargs(line, 2, 2)
for backend, result in self.do('send_chat_message', _id, message):
if not result:
logging.error(u'Failed to send message to contact id="%s" on backend "%s"' % (_id, backend.name))