Renamed roster_add_new -> roster_send_add_new

This commit is contained in:
James Booth
2014-01-05 20:33:48 +00:00
parent 61ea120bfd
commit 4a8d6c2153
4 changed files with 4 additions and 7 deletions

View File

@@ -1066,7 +1066,7 @@ cmd_roster(gchar **args, struct cmd_help_t help)
char *jid = args[1];
char *name = args[2];
roster_add_new(jid, name);
roster_send_add_new(jid, name);
return TRUE;
}