Home
last modified time | relevance | path

Searched refs:FLOOD_PROTECTION_VAR (Results 1 – 9 of 9) sorted by relevance

/dports/irc/ninja/ninja-1.5.8.1/include/
H A Dvars.h113 #define FLOOD_PROTECTION_VAR 41 macro
H A Dvars.h.proto110 #define FLOOD_PROTECTION_VAR $ macro
/dports/chinese/bitchx/bitchx-1.2.1/source/
H A Dflood.c331 if (!get_int_var(FLOOD_PROTECTION_VAR)) in BX_is_other_flood()
492 else if (!get_int_var(FLOOD_PROTECTION_VAR)) in BX_flood_prot()
H A Dcommands2.c730 set_int_var(FLOOD_PROTECTION_VAR, 0); in BUILT_IN_COMMAND()
735 set_int_var(FLOOD_PROTECTION_VAR, 1); in BUILT_IN_COMMAND()
750 …"%s %s %s", on_off(get_int_var(PUBFLOOD_VAR)), on_off(get_int_var(FLOOD_PROTECTION_VAR)), on_off(g… in BUILT_IN_COMMAND()
766 …"%s %s %s", on_off(get_int_var(PUBFLOOD_VAR)), on_off(get_int_var(FLOOD_PROTECTION_VAR)), on_off(g… in BUILT_IN_COMMAND()
824 var = FLOOD_PROTECTION_VAR; in BUILT_IN_COMMAND()
/dports/irc/bitchx/bitchx-1.2.1/source/
H A Dflood.c331 if (!get_int_var(FLOOD_PROTECTION_VAR)) in BX_is_other_flood()
492 else if (!get_int_var(FLOOD_PROTECTION_VAR)) in BX_flood_prot()
H A Dcommands2.c730 set_int_var(FLOOD_PROTECTION_VAR, 0); in BUILT_IN_COMMAND()
735 set_int_var(FLOOD_PROTECTION_VAR, 1); in BUILT_IN_COMMAND()
750 …"%s %s %s", on_off(get_int_var(PUBFLOOD_VAR)), on_off(get_int_var(FLOOD_PROTECTION_VAR)), on_off(g… in BUILT_IN_COMMAND()
766 …"%s %s %s", on_off(get_int_var(PUBFLOOD_VAR)), on_off(get_int_var(FLOOD_PROTECTION_VAR)), on_off(g… in BUILT_IN_COMMAND()
824 var = FLOOD_PROTECTION_VAR; in BUILT_IN_COMMAND()
/dports/chinese/bitchx/bitchx-1.2.1/include/
H A Dvars.h124 FLOOD_PROTECTION_VAR , enumerator
/dports/irc/bitchx/bitchx-1.2.1/include/
H A Dvars.h124 FLOOD_PROTECTION_VAR , enumerator
/dports/irc/ninja/ninja-1.5.8.1/source/
H A Dfriends.c1173 if (!get_int_var(FLOOD_PROTECTION_VAR) || !ignoretime) in floodprot()