Changeset 13c1a9f for irc_channel.c


Ignore:
Timestamp:
2010-05-09T21:52:17Z (14 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
4e608d6
Parents:
3130e70
Message:

/join &groupname and all people in that group will be in that channel.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • irc_channel.c

    r3130e70 r13c1a9f  
    263263        icc->type = IRC_CC_TYPE_DEFAULT;
    264264       
     265        if( ( icc->group = bee_group_by_name( ic->irc->b, ic->name + 1, FALSE ) ) )
     266                icc->type = IRC_CC_TYPE_GROUP;
     267       
     268        bee_irc_channel_update( ic->irc, ic, NULL );
     269       
    265270        return TRUE;
    266271}
Note: See TracChangeset for help on using the changeset viewer.