about summary refs log tree commit diff stats
path: root/src/command
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2014-01-05 20:33:48 +0000
committerJames Booth <boothj5@gmail.com>2014-01-05 20:33:48 +0000
commit4a8d6c2153a9ca4a3fb6f0ddc20e1d6c6e2107e6 (patch)
treef699e2e4d08f27a47a8faa96e71c41cbae6aadcc /src/command
parent61ea120bfd8fd327f4c0641feda10e7a8e013c74 (diff)
downloadprofani-tty-4a8d6c2153a9ca4a3fb6f0ddc20e1d6c6e2107e6.tar.gz
Renamed roster_add_new -> roster_send_add_new
Diffstat (limited to 'src/command')
-rw-r--r--src/command/commands.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command/commands.c b/src/command/commands.c
index f09bf0e4..4da29932 100644
--- a/src/command/commands.c
+++ b/src/command/commands.c
@@ -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;
     }