Changeset 998b103 for protocols/jabber/conference.c
- Timestamp:
- 2007-06-13T23:31:39Z (17 years ago)
- Branches:
- master
- Children:
- bdda9e9
- Parents:
- 43d8cc5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/jabber/conference.c
r43d8cc5 r998b103 167 167 if( s ) *s = '/'; 168 168 } 169 else if( type ) /* This only gets called if type is NULL or "unavailable"*/169 else if( type ) /* type can only be NULL or "unavailable" in this function */ 170 170 { 171 171 s = strchr( bud->ext_jid, '/' ); 172 172 if( s ) *s = 0; 173 173 imcb_chat_remove_buddy( chat, bud->ext_jid, NULL ); 174 if( bud != jc->me && bud->flags & JBFLAG_IS_ANONYMOUS ) 175 imcb_remove_buddy( ic, bud->ext_jid, NULL ); 174 176 if( s ) *s = '/'; 175 177
Note: See TracChangeset
for help on using the changeset viewer.