diff options
Diffstat (limited to 'awklib/eg/network/eliza.awk')
-rw-r--r-- | awklib/eg/network/eliza.awk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/awklib/eg/network/eliza.awk b/awklib/eg/network/eliza.awk index 75e353a7..15ee2c46 100644 --- a/awklib/eg/network/eliza.awk +++ b/awklib/eg/network/eliza.awk @@ -37,7 +37,7 @@ function HandleGET() { } else if (MENU[2] == "AboutELIZA") { Document = "This is an implementation of the famous ELIZA\ program by Joseph Weizenbaum. It is written in GAWK and\ -/bin/sh: expad: command not found + uses an HTML GUI." } else if (MENU[2] == "StartELIZA") { gsub(/\+/, " ", GETARG["YouSay"]) # Here we also have to substitute coded special characters |