Changeset 6a9d068 for irc.h


Ignore:
Timestamp:
2010-05-03T00:39:39Z (14 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
f924563
Parents:
e54112f
Message:

Restore away_devoice.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • irc.h

    re54112f r6a9d068  
    196196irc_channel_user_t *irc_channel_has_user( irc_channel_t *ic, irc_user_t *iu );
    197197int irc_channel_set_topic( irc_channel_t *ic, const char *topic, const irc_user_t *who );
     198void irc_channel_user_set_mode( irc_channel_t *ic, irc_user_t *iu, irc_channel_user_flags_t flags );
    198199gboolean irc_channel_name_ok( const char *name );
    199200
     
    216217void irc_send_msg_f( irc_user_t *iu, const char *type, const char *dst, const char *format, ... ) G_GNUC_PRINTF( 4, 5 );
    217218void irc_send_nick( irc_user_t *iu, const char *new );
     219void irc_send_channel_user_mode_diff( irc_channel_t *ic, irc_user_t *iu,
     220                                      irc_channel_user_flags_t old, irc_channel_user_flags_t new );
    218221
    219222/* irc_user.c */
Note: See TracChangeset for help on using the changeset viewer.