Home
last modified time | relevance | path

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

/dports/chinese/bitchx/bitchx-1.2.1/include/
H A Dvars.h24 AUTO_AWAY_TIME_VAR, enumerator
/dports/irc/bitchx/bitchx-1.2.1/include/
H A Dvars.h24 AUTO_AWAY_TIME_VAR, enumerator
/dports/chinese/bitchx/bitchx-1.2.1/source/
H A Dvars.c1410 set_int_var(AUTO_AWAY_TIME_VAR, 0); in set_away_time()
1412 set_int_var(AUTO_AWAY_TIME_VAR, value * 60); in set_away_time()
1414 set_int_var(AUTO_AWAY_TIME_VAR, 60 * 10); in set_away_time()
1416 set_int_var(AUTO_AWAY_TIME_VAR, value); in set_away_time()
H A Dmisc.c1215 int auto_away_time = get_int_var(AUTO_AWAY_TIME_VAR); in check_auto_away()
/dports/irc/bitchx/bitchx-1.2.1/source/
H A Dvars.c1410 set_int_var(AUTO_AWAY_TIME_VAR, 0); in set_away_time()
1412 set_int_var(AUTO_AWAY_TIME_VAR, value * 60); in set_away_time()
1414 set_int_var(AUTO_AWAY_TIME_VAR, 60 * 10); in set_away_time()
1416 set_int_var(AUTO_AWAY_TIME_VAR, value); in set_away_time()
H A Dmisc.c1215 int auto_away_time = get_int_var(AUTO_AWAY_TIME_VAR); in check_auto_away()
/dports/chinese/bitchx/bitchx-1.2.1/contrib/
H A Dmisc.c1134 …f(&msg, "%s: [%d mins]", convert_output_format(awaymsg, NULL), get_int_var(AUTO_AWAY_TIME_VAR)/60); in auto_away()
1136 malloc_sprintf(&msg, "Auto-Away after %d mins", get_int_var(AUTO_AWAY_TIME_VAR)/60); in auto_away()
/dports/irc/bitchx/bitchx-1.2.1/contrib/
H A Dmisc.c1134 …f(&msg, "%s: [%d mins]", convert_output_format(awaymsg, NULL), get_int_var(AUTO_AWAY_TIME_VAR)/60); in auto_away()
1136 malloc_sprintf(&msg, "Auto-Away after %d mins", get_int_var(AUTO_AWAY_TIME_VAR)/60); in auto_away()