Home
last modified time | relevance | path

Searched refs:set_annoy_kick (Results 1 – 6 of 6) sorted by relevance

/dports/chinese/bitchx/bitchx-1.2.1/include/
H A Dstruct.h873 int set_annoy_kick; /* channel specific /set */ member
/dports/irc/bitchx/bitchx-1.2.1/include/
H A Dstruct.h873 int set_annoy_kick; /* channel specific /set */ member
/dports/chinese/bitchx/bitchx-1.2.1/source/
H A Dcset.c59 { "ANNOY_KICK", BOOL_TYPE_VAR, offsetof(CSetList, set_annoy_kick) ,NULL, 0 },
638 tmp->set_annoy_kick = get_int_var(ANNOY_KICK_VAR); in create_csets_for_channel()
H A Dstruct.c298 { "ANNOY_KICK", offsetof(CSetList, set_annoy_kick), BOOL_TYPE_VAR, VAR_READ_WRITE },
/dports/irc/bitchx/bitchx-1.2.1/source/
H A Dcset.c59 { "ANNOY_KICK", BOOL_TYPE_VAR, offsetof(CSetList, set_annoy_kick) ,NULL, 0 },
638 tmp->set_annoy_kick = get_int_var(ANNOY_KICK_VAR); in create_csets_for_channel()
H A Dstruct.c298 { "ANNOY_KICK", offsetof(CSetList, set_annoy_kick), BOOL_TYPE_VAR, VAR_READ_WRITE },