Removed from argument from outgoing message functions

This commit is contained in:
James Booth
2015-03-14 14:50:45 +00:00
parent 6fd5b617ef
commit bc6e32175d
6 changed files with 22 additions and 28 deletions

View File

@@ -310,7 +310,7 @@ handle_incoming_private_message(char *fulljid, char *message)
void
handle_carbon(char *barejid, char *message){
ui_outgoing_chat_msg("me", barejid, message, NULL);
ui_outgoing_chat_msg(barejid, message, NULL);
}
void