Respond to standard greeting
parent
792afa0cba
commit
f53892772e
|
@ -129,7 +129,7 @@ gPats = [
|
||||||
[r'(.*) sorry (.*)',
|
[r'(.*) sorry (.*)',
|
||||||
['There are many times when no apology is needed.',
|
['There are many times when no apology is needed.',
|
||||||
'What feelings do you have when you apologize?']],
|
'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?',
|
'Hi there... how are you today?',
|
||||||
'Greetings, how are you?',
|
'Greetings, how are you?',
|
||||||
'Hello, how are you feeling today?']],
|
'Hello, how are you feeling today?']],
|
||||||
|
|
Loading…
Reference in New Issue