Home
last modified time | relevance | path

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

/dports/chinese/bitchx/bitchx-1.2.1/include/
H A Dstruct.h901 int set_kick_if_banned; /* channel specific /set */ member
/dports/irc/bitchx/bitchx-1.2.1/include/
H A Dstruct.h901 int set_kick_if_banned; /* channel specific /set */ member
/dports/chinese/bitchx/bitchx-1.2.1/source/
H A Dcset.c81 { "KICK_IF_BANNED", BOOL_TYPE_VAR, offsetof(CSetList, set_kick_if_banned) ,NULL, 0 },
683 tmp->set_kick_if_banned = get_int_var(KICK_IF_BANNED_VAR); in create_csets_for_channel()
H A Dstruct.c322 { "KICK_IF_BANNED", offsetof(CSetList, set_kick_if_banned), BOOL_TYPE_VAR, VAR_READ_WRITE },
H A Dtcl.c732 c->csets->set_kick_if_banned, c->totalnicks, c->maxnicks, c->maxnickstime, in chan_struct()
/dports/irc/bitchx/bitchx-1.2.1/source/
H A Dcset.c81 { "KICK_IF_BANNED", BOOL_TYPE_VAR, offsetof(CSetList, set_kick_if_banned) ,NULL, 0 },
683 tmp->set_kick_if_banned = get_int_var(KICK_IF_BANNED_VAR); in create_csets_for_channel()
H A Dstruct.c322 { "KICK_IF_BANNED", offsetof(CSetList, set_kick_if_banned), BOOL_TYPE_VAR, VAR_READ_WRITE },
H A Dtcl.c732 c->csets->set_kick_if_banned, c->totalnicks, c->maxnicks, c->maxnickstime, in chan_struct()