oops fix bad function name
This commit is contained in:
parent
86acc67ccc
commit
d0730472d8
5 changed files with 5 additions and 5 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue