Home
last modified time | relevance | path

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

/dports/chinese/bitchx/bitchx-1.2.1/include/
H A Dstruct.h893 int set_joinflood_time; /* channel specific /set */ member
/dports/irc/bitchx/bitchx-1.2.1/include/
H A Dstruct.h893 int set_joinflood_time; /* channel specific /set */ member
/dports/chinese/bitchx/bitchx-1.2.1/source/
H A Dcset.c78 { "JOINFLOOD_TIME", INT_TYPE_VAR, offsetof(CSetList, set_joinflood_time) ,NULL, 0 },
655 tmp->set_joinflood_time = get_int_var(JOINFLOOD_TIME_VAR); in create_csets_for_channel()
H A Dstruct.c319 { "JOINFLOOD_TIME", offsetof(CSetList, set_joinflood_time), INT_TYPE_VAR, VAR_READ_WRITE },
H A Dtcl.c730 c->csets->set_joinflood_time, c->csets->set_pubflood, c->csets->set_pubflood_time, in chan_struct()
/dports/irc/bitchx/bitchx-1.2.1/source/
H A Dcset.c78 { "JOINFLOOD_TIME", INT_TYPE_VAR, offsetof(CSetList, set_joinflood_time) ,NULL, 0 },
655 tmp->set_joinflood_time = get_int_var(JOINFLOOD_TIME_VAR); in create_csets_for_channel()
H A Dstruct.c319 { "JOINFLOOD_TIME", offsetof(CSetList, set_joinflood_time), INT_TYPE_VAR, VAR_READ_WRITE },
H A Dtcl.c730 c->csets->set_joinflood_time, c->csets->set_pubflood, c->csets->set_pubflood_time, in chan_struct()