Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • irc_im.c

    r5f74987 ra97a336  
    600600       
    601601        ic->data = NULL;
    602         c->ui_data = NULL;
    603602        irc_channel_del_user( ic, ic->irc->user, IRC_CDU_KICK, "Chatroom closed by server" );
    604603       
     
    906905                c->ic->acc->prpl->chat_leave( c );
    907906       
    908         /* Remove references in both directions now. We don't need each other anymore. */
    909907        ic->data = NULL;
    910         if( c )
    911                 c->ui_data = NULL;
    912908       
    913909        return TRUE;
Note: See TracChangeset for help on using the changeset viewer.