From 84773d6ccda067a6090427bc48510a57f0fcceac Mon Sep 17 00:00:00 2001 From: Markus Uhlin Date: Wed, 13 Dec 2023 00:09:07 +0100 Subject: Changed comment layout --- FICS/ficsmain.h | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) (limited to 'FICS') diff --git a/FICS/ficsmain.h b/FICS/ficsmain.h index 80e1997..798ddcd 100644 --- a/FICS/ficsmain.h +++ b/FICS/ficsmain.h @@ -25,15 +25,21 @@ #ifndef _FICSMAIN_H #define _FICSMAIN_H -/* Heartbead functions occur approx in this time, including checking for - * new connections and decrementing timeleft counters. */ +/* + * Heartbead functions occur approx in this time, including checking + * for new connections and decrementing timeleft counters. + */ #define HEARTBEATTIME 2 -/* Number of seconds that an idle connection can stand at login or password - * prompt. */ +/* + * Number of seconds that an idle connection can stand at login or + * password prompt. + */ #define MAX_LOGIN_IDLE 120 -/* Players who have been idle for more than 1 hour is logged out */ +/* + * Players who have been idle for more than 1 hour is logged out. + */ #define MAX_IDLE_TIME 3600 #define DEFAULT_PROMPT "fics% " -- cgit v1.2.3