Changeset 36562b0 for irc.h


Ignore:
Timestamp:
2010-06-07T00:44:45Z (14 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
0d9d53e
Parents:
92cb8c4
Message:

Added "channel list" command and the ability to use only part of the
channel name or a number in "chan set"/etc.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • irc.h

    r92cb8c4 r36562b0  
    220220irc_channel_t *irc_channel_new( irc_t *irc, const char *name );
    221221irc_channel_t *irc_channel_by_name( irc_t *irc, const char *name );
     222irc_channel_t *irc_channel_get( irc_t *irc, char *id );
    222223int irc_channel_free( irc_channel_t *ic );
    223224int irc_channel_add_user( irc_channel_t *ic, irc_user_t *iu );
Note: See TracChangeset for help on using the changeset viewer.