aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/nogaim.c
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/nogaim.c')
-rw-r--r--protocols/nogaim.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/nogaim.c b/protocols/nogaim.c
index 241c9833..00fe0ebf 100644
--- a/protocols/nogaim.c
+++ b/protocols/nogaim.c
@@ -375,7 +375,7 @@ void imcb_add_buddy( struct im_connection *ic, const char *handle, const char *g
bee_t *bee = ic->bee;
if( !( bu = bee_user_by_handle( bee, ic, handle ) ) )
- bu = bee_user_new( bee, ic, handle );
+ bu = bee_user_new( bee, ic, handle, 0 );
bu->group = bee_group_by_name( bee, group, TRUE );
}