summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDipesh Amin <yaypunkrock@gmail.com>2011-09-05 21:51:17 +0100
committerDipesh Amin <yaypunkrock@gmail.com>2011-09-05 21:51:17 +0100
commita5222ca53a10cb8bd880c5a26ad3c8103f3d6ad4 (patch)
tree2a963632b07a09557df14e8832f93984e6206f0c
parent9dc9ae7934ef355d5f88ad8f0e371fd73215915e (diff)
downloadmanamarket-a5222ca53a10cb8bd880c5a26ad3c8103f3d6ad4.tar.gz
manamarket-a5222ca53a10cb8bd880c5a26ad3c8103f3d6ad4.tar.bz2
manamarket-a5222ca53a10cb8bd880c5a26ad3c8103f3d6ad4.tar.xz
manamarket-a5222ca53a10cb8bd880c5a26ad3c8103f3d6ad4.zip
more chat
-rw-r--r--eliza.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/eliza.py b/eliza.py
index 323b073..5ec6885 100644
--- a/eliza.py
+++ b/eliza.py
@@ -56,6 +56,7 @@ patternResps = [
[[[0,'we'],'i','have',[0,'thing']],['how','is', 'your',[0,'thing'],'?']],
[[[0,'we'],'is','great'],['how','is',[0,'we'],'great','?']],
[['i','like',[0,'a']],['Interesting','i','appreciate',[0,'a'],'too']],
+ [['sell',[0,'stuff']],['To','sell',[0,'stuff'],'use','my','!add','command.'],
[['i','said',[0,'we']],['Why','did','you','say',[0,'we']]],
[[0,'you',[1,'b'],'me'],['What','gave','you','the','impression','I',[1,'b'],'you ?']],
[['i','feel',[0,'a']],['How','long','have','you','felt',[0,'a'],'?']],