Changeset 18da20b for irc.h


Ignore:
Timestamp:
2010-06-06T00:33:33Z (14 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
1f0224c
Parents:
c1a8a16
Message:

Added /part msgs, and the ability to silently remove users from channels
(when sending a /quit instead, for example).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • irc.h

    rc1a8a16 r18da20b  
    222222int irc_channel_free( irc_channel_t *ic );
    223223int 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 );
     224int irc_channel_del_user( irc_channel_t *ic, irc_user_t *iu, gboolean silent, const char *msg );
    225225irc_channel_user_t *irc_channel_has_user( irc_channel_t *ic, irc_user_t *iu );
    226226int 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.