Changeset 1c40aa7 for irc_channel.c
- Timestamp:
- 2010-06-28T00:07:46Z (14 years ago)
- Branches:
- master
- Children:
- c7eb771
- Parents:
- 134a02c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
irc_channel.c
r134a02c r1c40aa7 202 202 203 203 if( iu == ic->irc->user ) 204 { 204 205 ic->flags &= ~IRC_CHANNEL_JOINED; 206 207 if( ic->flags & IRC_CHANNEL_TEMP ) 208 irc_channel_free( ic ); 209 } 205 210 206 211 return 1;
Note: See TracChangeset
for help on using the changeset viewer.