Home
last modified time | relevance | path

Searched refs:MODE_PARSE_SET (Results 1 – 5 of 5) sorted by relevance

/dports/irc/undernet-ircu/ircu2.10.12.19/ircd/
H A Dm_mode.c155 (MODE_PARSE_SET | /* Set the mode */ in m_mode()
168 mode_parse(&mbuf, cptr, sptr, chptr, parc - 2, parv + 2, MODE_PARSE_SET, member); in m_mode()
226 (MODE_PARSE_SET | /* Set the mode */ in ms_mode()
246 (MODE_PARSE_SET | /* Set the mode */ in ms_mode()
H A Dm_burst.c343 parse_flags |= (MODE_PARSE_SET | MODE_PARSE_WIPEOUT); in ms_burst()
361 parse_flags |= MODE_PARSE_SET; /* set new modes */ in ms_burst()
373 if (parse_flags & MODE_PARSE_SET) { in ms_burst()
451 if (parse_flags & MODE_PARSE_SET) { in ms_burst()
570 if (parse_flags & MODE_PARSE_SET) { in ms_burst()
582 if (parse_flags & MODE_PARSE_SET) { /* any modes changed? */ in ms_burst()
H A Dm_opmode.c210 (MODE_PARSE_SET | /* Set the modes on the channel */ in ms_opmode()
265 (MODE_PARSE_SET | /* set the modes on the channel */ in mo_opmode()
H A Dchannel.c2303 if (state->flags & MODE_PARSE_SET) { /* set the limit */ in mode_parse_limit()
2430 if (state->flags & MODE_PARSE_SET) { in mode_parse_key()
2549 if (state->flags & MODE_PARSE_SET) { in mode_parse_upass()
2672 if (state->flags & MODE_PARSE_SET) { in mode_parse_apass()
2930 if (state->flags & MODE_PARSE_SET && MyUser(state->sptr) && in mode_process_bans()
2945 if (state->flags & MODE_PARSE_SET) { /* create a new ban */ in mode_process_bans()
3089 else if (MyUser(state->sptr) && state->flags & MODE_PARSE_SET) { in mode_process_clients()
3149 if (state->flags & MODE_PARSE_SET) { in mode_process_clients()
3354 if (!(state.flags & MODE_PARSE_SET)) /* don't set earlier TS if */ in mode_parse()
3384 state.flags &= ~MODE_PARSE_SET; in mode_parse()
[all …]
/dports/irc/undernet-ircu/ircu2.10.12.19/include/
H A Dchannel.h434 #define MODE_PARSE_SET 0x01 /**< actually set channel modes */ macro