diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2023-12-13 00:09:07 +0100 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2023-12-13 00:09:07 +0100 |
commit | 84773d6ccda067a6090427bc48510a57f0fcceac (patch) | |
tree | 91c56a422ba3416d1bd112559feb14478ae4664a /FICS/ficsmain.h | |
parent | 2e4997d9e7448a1cfdb2fe406cea078837d9f983 (diff) |
Changed comment layout
Diffstat (limited to 'FICS/ficsmain.h')
-rw-r--r-- | FICS/ficsmain.h | 16 |
1 files changed, 11 insertions, 5 deletions
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% " |