Changeset 57c96f7 for irc_channel.c
- Timestamp:
- 2010-04-05T01:00:02Z (15 years ago)
- Branches:
- master
- Children:
- 1f92a58
- Parents:
- 0b5cc72
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
irc_channel.c
r0b5cc72 r57c96f7 82 82 int irc_channel_add_user( irc_channel_t *ic, irc_user_t *iu ) 83 83 { 84 if( !irc_channel_has_user( ic, iu ) )84 if( irc_channel_has_user( ic, iu ) ) 85 85 return 0; 86 86
Note: See TracChangeset
for help on using the changeset viewer.