Changeset 65016a6 for irc.h


Ignore:
Timestamp:
2010-08-04T19:45:18Z (14 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
23d6165
Parents:
bce2014
Message:

Set channel mode +C for control channels.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • irc.h

    rbce2014 r65016a6  
    3636#define UMODES_PRIV "Ro"   /* Allowed, but not by user directly */
    3737#define UMODES_KEEP "R"    /* Don't allow unsetting using /MODE */
    38 #define CMODES "nt"        /* Allowed modes */
     38#define CMODES "ntC"       /* Allowed modes */
    3939#define CMODE "t"          /* Default mode */
    4040#define UMODE "s"          /* Default mode */
     
    250250int irc_channel_set_topic( irc_channel_t *ic, const char *topic, const irc_user_t *who );
    251251void irc_channel_user_set_mode( irc_channel_t *ic, irc_user_t *iu, irc_channel_user_flags_t flags );
     252void irc_channel_set_mode( irc_channel_t *ic, const char *s );
    252253void irc_channel_auto_joins( irc_t *irc, struct account *acc );
    253254void irc_channel_printf( irc_channel_t *ic, char *format, ... );
Note: See TracChangeset for help on using the changeset viewer.