diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2023-12-10 14:01:58 +0100 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2023-12-10 14:01:58 +0100 |
commit | 3ae1e72cf2305b1f1de64be2aaa62b0a2f926cc7 (patch) | |
tree | a737b5d28d63279420d664e3bda749b8866423e5 /FICS | |
parent | 8c175bccf057aa2e8aca33405970621244fc7c46 (diff) |
Updated the revision history
Diffstat (limited to 'FICS')
-rw-r--r-- | FICS/talkproc.c | 2 | ||||
-rw-r--r-- | FICS/talkproc.h | 3 |
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 |