aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--FICS/talkproc.c2
-rw-r--r--FICS/talkproc.h3
2 files changed, 3 insertions, 2 deletions
diff --git a/FICS/talkproc.c b/FICS/talkproc.c
index d9cc244..26c193a 100644
--- a/FICS/talkproc.c
+++ b/FICS/talkproc.c
@@ -28,7 +28,7 @@
in kibitz and whisper, admins on duty now are
shown as (*), and computers marked as (C) as
well as with rating.
-
+ Markus Uhlin 23/12/10 Cleaned up the file
*/
#include "stdinclude.h"
diff --git a/FICS/talkproc.h b/FICS/talkproc.h
index 295e3c5..d20f8e8 100644
--- a/FICS/talkproc.h
+++ b/FICS/talkproc.h
@@ -19,7 +19,8 @@
/* Revision history:
name yy/mm/dd Change
- hersco and Marsalis 95/07/24 Created
+ hersco and Marsalis 95/07/24 Created
+ Markus Uhlin 23/12/10 Deleted com_query()
*/
#ifndef _TALKPROC_H