diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2007-02-18 17:48:04 +0000 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2007-02-18 17:48:04 +0000 |
commit | 0fd8559c4a6ad84ad0852e07c4ba2e50b2fdf0ad (patch) | |
tree | 6a1c98dae9b34dc4709274067d3bc7977d43ad32 /root_commands.c | |
parent | 8de63c3fdfb532e85f7d93778e63032f7c84b631 (diff) | |
parent | c7d0f415e0bed09decce7a0503dce2274c9d94d9 (diff) |
Merging new Jabber module. See the massive changelog for all the cool
improvements. :-)
Diffstat (limited to 'root_commands.c')
-rw-r--r-- | root_commands.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/root_commands.c b/root_commands.c index e0cd15b9..116f1d06 100644 --- a/root_commands.c +++ b/root_commands.c @@ -571,8 +571,8 @@ static void cmd_remove( irc_t *irc, char **cmd ) s = g_strdup( u->handle ); u->gc->acc->prpl->remove_buddy( u->gc, u->handle, NULL ); + nick_del( u->gc->acc, u->handle ); user_del( irc, cmd[1] ); - nick_del( u->gc->acc, s ); irc_usermsg( irc, "Buddy `%s' (nick %s) removed from contact list", s, cmd[1] ); g_free( s ); |