Changeset c8eeadd for irc.h


Ignore:
Timestamp:
2010-07-04T10:16:07Z (14 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
5c7b45c
Parents:
0bd948e
Message:

Added automatic joining of channels. Auto-rejoin functionality for
groupchats not reimplemented yet but that's the next step.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • irc.h

    r0bd948e rc8eeadd  
    237237int irc_channel_set_topic( irc_channel_t *ic, const char *topic, const irc_user_t *who );
    238238void irc_channel_user_set_mode( irc_channel_t *ic, irc_user_t *iu, irc_channel_user_flags_t flags );
     239void irc_channel_auto_joins( irc_t *irc, struct account *acc );
    239240void irc_channel_printf( irc_channel_t *ic, char *format, ... );
    240241gboolean irc_channel_name_ok( const char *name );
Note: See TracChangeset for help on using the changeset viewer.