Home
last modified time | relevance | path

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

/dports/chinese/bitchx/bitchx-1.2.1/include/
H A Dstruct.h895 int set_pubflood_ignore; /* channel ignore time val */ member
/dports/irc/bitchx/bitchx-1.2.1/include/
H A Dstruct.h895 int set_pubflood_ignore; /* channel ignore time val */ member
/dports/chinese/bitchx/bitchx-1.2.1/source/
H A Dcset.c93 { "PUBFLOOD_IGNORE_TIME", INT_TYPE_VAR, offsetof(CSetList, set_pubflood_ignore) ,NULL, 0 },
678 tmp->set_pubflood_ignore = 60; in create_csets_for_channel()
H A Dstruct.c334 { "PUBFLOOD_IGNORE_TIME",offsetof(CSetList, set_pubflood_ignore), INT_TYPE_VAR, VAR_READ_WRITE },
H A Dtcl.c731 …c->csets->set_pubflood_ignore, c->csets->set_userlist, c->csets->set_shitlist, c->csets->set_lamel… in chan_struct()
/dports/irc/bitchx/bitchx-1.2.1/source/
H A Dcset.c93 { "PUBFLOOD_IGNORE_TIME", INT_TYPE_VAR, offsetof(CSetList, set_pubflood_ignore) ,NULL, 0 },
678 tmp->set_pubflood_ignore = 60; in create_csets_for_channel()
H A Dstruct.c334 { "PUBFLOOD_IGNORE_TIME",offsetof(CSetList, set_pubflood_ignore), INT_TYPE_VAR, VAR_READ_WRITE },
H A Dtcl.c731 …c->csets->set_pubflood_ignore, c->csets->set_userlist, c->csets->set_shitlist, c->csets->set_lamel… in chan_struct()