diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2010-04-04 20:18:24 -0400 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2010-04-04 20:18:24 -0400 |
commit | 1d3915951bfbcdfa1a7829a4082e90e154d4a486 (patch) | |
tree | 058070d08f0909d0c90f9520ff9a048f15245959 /protocols/bee_user.c | |
parent | f012a9f0bb363cfcbdb6f2d563254ffba26b9fc8 (diff) |
Get full names properly. Handling of nick_source setting and
imcb_nick_hint() is probably still broken.
Diffstat (limited to 'protocols/bee_user.c')
-rw-r--r-- | protocols/bee_user.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/protocols/bee_user.c b/protocols/bee_user.c index 675d37c5..20c760a9 100644 --- a/protocols/bee_user.c +++ b/protocols/bee_user.c @@ -168,7 +168,6 @@ void imcb_buddy_status( struct im_connection *ic, const char *handle, int flags, void imcb_buddy_msg( struct im_connection *ic, const char *handle, char *msg, uint32_t flags, time_t sent_at ) { bee_t *bee = ic->bee; - char *wrapped; bee_user_t *bu; bu = bee_user_by_handle( bee, ic, handle ); |