From c84f13654fa766eca3b3c10a828e630dbc2813c3 Mon Sep 17 00:00:00 2001 From: Markus Uhlin Date: Sun, 14 Apr 2024 13:59:26 +0200 Subject: Moved defines --- FICS/talkproc.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/FICS/talkproc.c b/FICS/talkproc.c index 7bcef3b..8f3522b 100644 --- a/FICS/talkproc.c +++ b/FICS/talkproc.c @@ -55,6 +55,12 @@ #include +#define TELL_TELL 0 +#define TELL_SAY 1 +#define TELL_WHISPER 2 +#define TELL_KIBITZ 3 +#define TELL_CHANNEL 4 + int quota_time; /* hawk: hacked it to fit ALL persons - quota list is not needed anymore */ @@ -233,12 +239,6 @@ PUBLIC int com_it(int p, param_list param) return COM_OK; } -#define TELL_TELL 0 -#define TELL_SAY 1 -#define TELL_WHISPER 2 -#define TELL_KIBITZ 3 -#define TELL_CHANNEL 4 - PRIVATE int tell(int p, int p1, char *msg, int why, int ch) { -- cgit v1.2.3