- Timestamp:
- 2010-08-04T19:45:18Z (15 years ago)
- Branches:
- master
- Children:
- 23d6165
- Parents:
- bce2014
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
irc.h
rbce2014 r65016a6 36 36 #define UMODES_PRIV "Ro" /* Allowed, but not by user directly */ 37 37 #define UMODES_KEEP "R" /* Don't allow unsetting using /MODE */ 38 #define CMODES "nt "/* Allowed modes */38 #define CMODES "ntC" /* Allowed modes */ 39 39 #define CMODE "t" /* Default mode */ 40 40 #define UMODE "s" /* Default mode */ … … 250 250 int irc_channel_set_topic( irc_channel_t *ic, const char *topic, const irc_user_t *who ); 251 251 void irc_channel_user_set_mode( irc_channel_t *ic, irc_user_t *iu, irc_channel_user_flags_t flags ); 252 void irc_channel_set_mode( irc_channel_t *ic, const char *s ); 252 253 void irc_channel_auto_joins( irc_t *irc, struct account *acc ); 253 254 void irc_channel_printf( irc_channel_t *ic, char *format, ... );
Note: See TracChangeset
for help on using the changeset viewer.