summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDipesh Amin <yaypunkrock@gmail.com>2011-09-11 19:14:51 +0100
committerDipesh Amin <yaypunkrock@gmail.com>2011-09-11 19:14:51 +0100
commit28ae5b5a7ee10bc604d6d9f8adfeeb08dfd2a7f7 (patch)
treebdbf2464d591b6fb9e1c9df146c403e977ce33fb
parentb4e545b615dda839d2bf8159d6e43fbded084299 (diff)
downloadmanamarket-28ae5b5a7ee10bc604d6d9f8adfeeb08dfd2a7f7.tar.gz
manamarket-28ae5b5a7ee10bc604d6d9f8adfeeb08dfd2a7f7.tar.bz2
manamarket-28ae5b5a7ee10bc604d6d9f8adfeeb08dfd2a7f7.tar.xz
manamarket-28ae5b5a7ee10bc604d6d9f8adfeeb08dfd2a7f7.zip
few changes
-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?",