Home
last modified time | relevance | path

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

/dports/chinese/bitchx/bitchx-1.2.1/include/
H A Dstruct.h879 int set_deop_on_kickflood; /* channel specific /set */ member
/dports/irc/bitchx/bitchx-1.2.1/include/
H A Dstruct.h879 int set_deop_on_kickflood; /* channel specific /set */ member
/dports/chinese/bitchx/bitchx-1.2.1/source/
H A Dcset.c75 { "DEOP_ON_KICKFLOOD", INT_TYPE_VAR, offsetof(CSetList, set_deop_on_kickflood) ,NULL, 0 },
658 tmp->set_deop_on_kickflood = get_int_var(DEOP_ON_KICKFLOOD_VAR); in create_csets_for_channel()
H A Dstruct.c316 { "DEOP_ON_KICKFLOOD", offsetof(CSetList, set_deop_on_kickflood), INT_TYPE_VAR, VAR_READ_WRITE },
H A Dtcl.c724 c->csets->set_deop_on_deopflood, c->csets->set_deop_on_kickflood, in chan_struct()
/dports/irc/bitchx/bitchx-1.2.1/source/
H A Dcset.c75 { "DEOP_ON_KICKFLOOD", INT_TYPE_VAR, offsetof(CSetList, set_deop_on_kickflood) ,NULL, 0 },
658 tmp->set_deop_on_kickflood = get_int_var(DEOP_ON_KICKFLOOD_VAR); in create_csets_for_channel()
H A Dstruct.c316 { "DEOP_ON_KICKFLOOD", offsetof(CSetList, set_deop_on_kickflood), INT_TYPE_VAR, VAR_READ_WRITE },
H A Dtcl.c724 c->csets->set_deop_on_deopflood, c->csets->set_deop_on_kickflood, in chan_struct()