- Timestamp:
- 2010-06-06T00:33:33Z (13 years ago)
- Branches:
- master
- Children:
- 1f0224c
- Parents:
- c1a8a16
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
irc.h
rc1a8a16 r18da20b 222 222 int irc_channel_free( irc_channel_t *ic ); 223 223 int irc_channel_add_user( irc_channel_t *ic, irc_user_t *iu ); 224 int irc_channel_del_user( irc_channel_t *ic, irc_user_t *iu );224 int irc_channel_del_user( irc_channel_t *ic, irc_user_t *iu, gboolean silent, const char *msg ); 225 225 irc_channel_user_t *irc_channel_has_user( irc_channel_t *ic, irc_user_t *iu ); 226 226 int irc_channel_set_topic( irc_channel_t *ic, const char *topic, const irc_user_t *who );
Note: See TracChangeset
for help on using the changeset viewer.