Home
last modified time | relevance | path

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

/dports/chinese/bitchx/bitchx-1.2.1/include/
H A Dstruct.h900 int set_lamelist; /* channel specific /set */ member
/dports/irc/bitchx/bitchx-1.2.1/include/
H A Dstruct.h900 int set_lamelist; /* channel specific /set */ member
/dports/chinese/bitchx/bitchx-1.2.1/source/
H A Dcset.c89 { "LAMELIST", BOOL_TYPE_VAR, offsetof(CSetList, set_lamelist) ,NULL, 0 },
681 tmp->set_lamelist = get_int_var(LAMELIST_VAR); in create_csets_for_channel()
H A Dstruct.c330 { "LAMELIST", offsetof(CSetList, set_lamelist), BOOL_TYPE_VAR, VAR_READ_WRITE },
H A Dtcl.c731 …sets->set_pubflood_ignore, c->csets->set_userlist, c->csets->set_shitlist, c->csets->set_lamelist, in chan_struct()
/dports/irc/bitchx/bitchx-1.2.1/source/
H A Dcset.c89 { "LAMELIST", BOOL_TYPE_VAR, offsetof(CSetList, set_lamelist) ,NULL, 0 },
681 tmp->set_lamelist = get_int_var(LAMELIST_VAR); in create_csets_for_channel()
H A Dstruct.c330 { "LAMELIST", offsetof(CSetList, set_lamelist), BOOL_TYPE_VAR, VAR_READ_WRITE },
H A Dtcl.c731 …sets->set_pubflood_ignore, c->csets->set_userlist, c->csets->set_shitlist, c->csets->set_lamelist, in chan_struct()