add 'bye' command (currently ignored), harmonize errors due to wrong number of arguments

This commit is contained in:
marschap
2006-05-07 16:49:31 +00:00
parent 6355b22b31
commit 08bb695d8d
7 changed files with 64 additions and 94 deletions
+1
View File
@@ -52,6 +52,7 @@ static client_function commands[] = {
{ "noop", noop_func },
{ "info", info_func },
{ "sleep", sleep_func },
{ "bye", bye_func },
{ NULL, NULL},
};