Home
last modified time | relevance | path

Searched refs:set_kickflood (Results 1 – 8 of 8) sorted by relevance

/dports/chinese/bitchx/bitchx-1.2.1/include/
H A Dstruct.h888 int set_kickflood; /* channel specific /set */ member
/dports/irc/bitchx/bitchx-1.2.1/include/
H A Dstruct.h888 int set_kickflood; /* channel specific /set */ member
/dports/chinese/bitchx/bitchx-1.2.1/source/
H A Dcset.c79 { "KICKFLOOD", BOOL_TYPE_VAR, offsetof(CSetList, set_kickflood) ,NULL, 0 },
670 tmp->set_kickflood = get_int_var(KICKFLOOD_VAR); in create_csets_for_channel()
H A Dstruct.c320 { "KICKFLOOD", offsetof(CSetList, set_kickflood), BOOL_TYPE_VAR, VAR_READ_WRITE },
H A Dtcl.c728 c->csets->set_kick_on_pubflood, c->csets->set_kickflood, c->csets->set_kickflood_time, in chan_struct()
/dports/irc/bitchx/bitchx-1.2.1/source/
H A Dcset.c79 { "KICKFLOOD", BOOL_TYPE_VAR, offsetof(CSetList, set_kickflood) ,NULL, 0 },
670 tmp->set_kickflood = get_int_var(KICKFLOOD_VAR); in create_csets_for_channel()
H A Dstruct.c320 { "KICKFLOOD", offsetof(CSetList, set_kickflood), BOOL_TYPE_VAR, VAR_READ_WRITE },
H A Dtcl.c728 c->csets->set_kick_on_pubflood, c->csets->set_kickflood, c->csets->set_kickflood_time, in chan_struct()