Ignore:
Timestamp:
2010-04-02T02:54:39Z (14 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
f012a9f
Parents:
fb117aee
Message:

Show buddy online/offline status in the first channel.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/bee_user.c

    rfb117aee r231b08b  
    7575                bee_user_t *bu = l->data;
    7676               
    77                 if( bu->ic == ic && ic->acc->prpl->handle_cmp( bu->handle, handle ) )
     77                if( bu->ic == ic && ic->acc->prpl->handle_cmp( bu->handle, handle ) == 0 )
    7878                        return bu;
    7979        }
Note: See TracChangeset for help on using the changeset viewer.