Changeset 6963230
- Timestamp:
- 2011-05-01T14:57:30Z (14 years ago)
- Branches:
- master
- Children:
- 69ef042, 983bb66
- Parents:
- d1d1b88
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
irc_im.c
rd1d1b88 r6963230 600 600 601 601 ic->data = NULL; 602 c->ui_data = NULL; 602 603 irc_channel_del_user( ic, ic->irc->user, IRC_CDU_KICK, "Chatroom closed by server" ); 603 604 … … 905 906 c->ic->acc->prpl->chat_leave( c ); 906 907 908 /* Remove references in both directions now. We don't need each other anymore. */ 907 909 ic->data = NULL; 910 c->ui_data = NULL; 908 911 909 912 return TRUE;
Note: See TracChangeset
for help on using the changeset viewer.