diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2024-11-23 09:46:41 +0100 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2024-11-23 09:46:41 +0100 |
commit | 2d6c17f8b9e94a115344edadefd3acb6f3d20071 (patch) | |
tree | 9ec38414f4018c2f64f635770f0475916803f584 /FICS | |
parent | b43b7763a35c2b734a02d2cce313f2674970b5e3 (diff) |
Updated the revision history
Diffstat (limited to 'FICS')
-rw-r--r-- | FICS/command.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/FICS/command.c b/FICS/command.c index e6c76db..d1f627e 100644 --- a/FICS/command.c +++ b/FICS/command.c @@ -29,6 +29,9 @@ handling functions. Markus Uhlin 24/11/17 process_prompt: handle 'COM_FAILED' differently + Markus Uhlin 24/11/23 Improved: + check_news() and + rscan_news(). */ #include "stdinclude.h" |