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 /protocols/bee_chat.c | |
parent | 704dd38a1440dc9d614df9222d6196048226622c (diff) |
Restore add_* handle_unknown settings.
Diffstat (limited to 'protocols/bee_chat.c')
-rw-r--r-- | protocols/bee_chat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/bee_chat.c b/protocols/bee_chat.c index 3e17a42f..3be6f189 100644 --- a/protocols/bee_chat.c +++ b/protocols/bee_chat.c @@ -159,7 +159,7 @@ void imcb_chat_add_buddy( struct groupchat *c, const char *handle ) /* Most protocols allow people to join, even when they're not in your contact list. Try to handle that here */ if( !me && !bu ) - bu = bee_user_new( bee, ic, handle ); + bu = bee_user_new( bee, ic, handle, BEE_USER_LOCAL ); /* Add the handle to the room userlist */ /* TODO: Use bu instead of a string */ |