diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2010-06-03 01:20:53 +0100 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2010-06-03 01:20:53 +0100 |
commit | ad404ab26aa3cfdfc3c76f6926e556e333d02753 (patch) | |
tree | 162f7b2a63e79c6b0580fa3de63b8274d17e0c99 /root_commands.c | |
parent | 704dd38a1440dc9d614df9222d6196048226622c (diff) |
Restore add_* handle_unknown settings.
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 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] ); } |