aboutsummaryrefslogtreecommitdiffstats
path: root/root_commands.c
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2010-06-09 00:43:13 +0100
committerWilmer van der Gaast <wilmer@gaast.net>2010-06-09 00:43:13 +0100
commit46d215d562f8e1aba2b24e2d1feab27337956d50 (patch)
treed2c4edcb1c8ca69e78402dc955de3b118686f515 /root_commands.c
parentd7db3468f95d6b8ed2a161c71cb5b6ab1a7b5895 (diff)
Allow moving contacts around between groups. Works with at least Jabber,
will check the others now.
Diffstat (limited to 'root_commands.c')
-rw-r--r--root_commands.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/root_commands.c b/root_commands.c
index ebcb6896..f6f95599 100644
--- a/root_commands.c
+++ b/root_commands.c
@@ -621,7 +621,7 @@ static void cmd_add( irc_t *irc, char **cmd )
}
if( add_on_server )
- a->ic->acc->prpl->add_buddy( a->ic, cmd[2], NULL );
+ a->prpl->add_buddy( a->ic, cmd[2], NULL );
else
/* Only for add -tmp. For regular adds, this callback will
be called once the IM server confirms. */