summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xeliza.py7
1 files changed, 4 insertions, 3 deletions
diff --git a/eliza.py b/eliza.py
index 32839b9..bf12fe5 100755
--- a/eliza.py
+++ b/eliza.py
@@ -195,9 +195,10 @@ gPats = [
"What feelings do you have when you apologize?"]],
[r'Hello(.*)',
- [ "Hello... I'm glad you could drop by today.",
- "Hi there... how are you today?",
- "Hello, how are you feeling today?"]],
+ [ "Howdy",
+ "Hola"
+ "Hi there... how are you today?",
+ "Hello, how are you feeling today?"]],
[r'I think (.*)',
[ "Do you doubt %1?",