Changeset 57c96f7 for irc_channel.c


Ignore:
Timestamp:
2010-04-05T01:00:02Z (14 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
1f92a58
Parents:
0b5cc72
Message:

Restored the rename command.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • irc_channel.c

    r0b5cc72 r57c96f7  
    8282int irc_channel_add_user( irc_channel_t *ic, irc_user_t *iu )
    8383{
    84         if( !irc_channel_has_user( ic, iu ) )
     84        if( irc_channel_has_user( ic, iu ) )
    8585                return 0;
    8686       
Note: See TracChangeset for help on using the changeset viewer.