From 28ae5b5a7ee10bc604d6d9f8adfeeb08dfd2a7f7 Mon Sep 17 00:00:00 2001 From: Dipesh Amin Date: Sun, 11 Sep 2011 19:14:51 +0100 Subject: few changes --- eliza.py | 7 ++++--- 1 file 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?", -- cgit v1.2.3-70-g09d2