aboutsummaryrefslogtreecommitdiffstats
path: root/root_commands.c
diff options
context:
space:
mode:
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 bbf888c1..aeb4f62a 100644
--- a/root_commands.c
+++ b/root_commands.c
@@ -531,7 +531,7 @@ static void cmd_add( irc_t *irc, char **cmd )
else
/* Only for add -tmp. For regular adds, this callback will
be called once the IM server confirms. */
- bee_user_new( irc->b, a->ic, cmd[2] );
+ bee_user_new( irc->b, a->ic, cmd[2], BEE_USER_LOCAL );
irc_usermsg( irc, "Adding `%s' to your contact list", cmd[2] );
}