Changes in account.c [f86a3d5:f3579fd]
Legend:
- Unmodified
- Added
- Removed
-
account.c
rf86a3d5 rf3579fd 190 190 { 191 191 account_t *a, *l = NULL; 192 struct chat *c, *nc;193 192 194 193 if( acc->ic ) … … 203 202 else 204 203 irc->accounts = a->next; 205 206 for( c = irc->chatrooms; c; c = nc )207 {208 nc = c->next;209 if( acc == c->acc )210 chat_del( irc, c );211 }212 204 213 205 while( a->set )
Note: See TracChangeset
for help on using the changeset viewer.