diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2023-12-12 23:23:04 +0100 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2023-12-12 23:23:04 +0100 |
commit | d9919b7348281c51c808eccc8ffbb2f6381c171f (patch) | |
tree | d846f49543eb1fa95b462a1f301f963f7faa4c38 /FICS/ficsmain.h | |
parent | 3da9b48b0ab059e8f1d82dc2139963451bbe834c (diff) |
Added alignment
Diffstat (limited to 'FICS/ficsmain.h')
-rw-r--r-- | FICS/ficsmain.h | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/FICS/ficsmain.h b/FICS/ficsmain.h index 0e57d7b..f75605d 100644 --- a/FICS/ficsmain.h +++ b/FICS/ficsmain.h @@ -41,20 +41,20 @@ extern int current_socket; #define DEFAULT_PROMPT "fics% " -#define MESS_WELCOME "welcome" -#define MESS_LOGIN "login" -#define MESS_LOGOUT "logout" -#define MESS_MOTD "motd" -#define MESS_ADMOTD "admotd" -#define MESS_UNREGISTERED "unregistered" - -#define STATS_MESSAGES "messages" -#define STATS_LOGONS "logons" -#define STATS_GAMES "games" -#define STATS_JOURNAL "journal" +#define MESS_WELCOME "welcome" +#define MESS_LOGIN "login" +#define MESS_LOGOUT "logout" +#define MESS_MOTD "motd" +#define MESS_ADMOTD "admotd" +#define MESS_UNREGISTERED "unregistered" + +#define STATS_MESSAGES "messages" +#define STATS_LOGONS "logons" +#define STATS_GAMES "games" +#define STATS_JOURNAL "journal" /* Arguments */ -extern int port; -extern int withConsole; +extern int port; +extern int withConsole; #endif /* _FICSMAIN_H */ |