Changeset 7d4ffc2
- Timestamp:
- 2012-02-17T10:20:28Z (13 years ago)
- Branches:
- master
- Children:
- c59f594
- Parents:
- dcf155d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
irc_channel.c
rdcf155d r7d4ffc2 116 116 int irc_channel_free( irc_channel_t *ic ) 117 117 { 118 irc_t *irc = ic->irc;118 irc_t *irc; 119 119 GSList *l; 120 121 if( ic == NULL ) 122 return 0; 123 irc = ic->irc; 120 124 121 125 if( ic->flags & IRC_CHANNEL_JOINED )
Note: See TracChangeset
for help on using the changeset viewer.