diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2024-11-17 22:20:30 +0100 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2024-11-17 22:20:30 +0100 |
commit | ee60d936a5479744651873ed4870e3b72a40e06f (patch) | |
tree | 173cac9128da939fee2dc59c382506aadc4f8a75 | |
parent | cd47614a1bd8b6fa2f25e27ea376ddd49ce79aeb (diff) |
Updated the revision history
-rw-r--r-- | FICS/command.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/FICS/command.c b/FICS/command.c index a913f4d..5d4f9a0 100644 --- a/FICS/command.c +++ b/FICS/command.c @@ -27,6 +27,8 @@ functions. Markus Uhlin 24/05/01 Replaced unbounded string handling functions. + Markus Uhlin 24/11/17 process_prompt: + handle 'COM_FAILED' differently */ #include "stdinclude.h" |