diff --git a/python/dialog/eliza.py b/python/dialog/eliza.py index fac8384b7..6cd24382c 100644 --- a/python/dialog/eliza.py +++ b/python/dialog/eliza.py @@ -129,7 +129,7 @@ gPats = [ [r'(.*) sorry (.*)', ['There are many times when no apology is needed.', 'What feelings do you have when you apologize?']], - [r'Hello(.*)', ["Hello... I'm glad you could drop by today.", + [r'(Hi)|(Hello(.*))', ["Hello... I'm glad you could drop by today.", 'Hi there... how are you today?', 'Greetings, how are you?', 'Hello, how are you feeling today?']],