diff options
author | Dipesh Amin <yaypunkrock@gmail.com> | 2011-09-05 21:44:28 +0100 |
---|---|---|
committer | Dipesh Amin <yaypunkrock@gmail.com> | 2011-09-05 21:44:28 +0100 |
commit | 9dc9ae7934ef355d5f88ad8f0e371fd73215915e (patch) | |
tree | 334bbadc2734eaa87174b8fb5dea9b9ad1e2e243 | |
parent | b920c5f6141f800c927165c56f90ff7feb0a4b7c (diff) | |
download | manamarket-9dc9ae7934ef355d5f88ad8f0e371fd73215915e.tar.gz manamarket-9dc9ae7934ef355d5f88ad8f0e371fd73215915e.tar.bz2 manamarket-9dc9ae7934ef355d5f88ad8f0e371fd73215915e.tar.xz manamarket-9dc9ae7934ef355d5f88ad8f0e371fd73215915e.zip |
add help response
-rw-r--r-- | eliza.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -23,6 +23,7 @@ patternResps = [ [['who','was','your','father'], ['His','name','was','TradeBot, have', 'you' ,'heard' ,'of' ,'him?']], [['how','is','business'],['My','back','is','killing','me']], [['ty'],["you're",'welcome']], + [['help'],['You','can','whisper','me','!help','for','a','list','of','my','commands']], [['u','here'],["I'm",'an','AFK','BOT']], [['i','love','you'],['I','think','we','should','see','other','people']], [['are', 'you','there'],['I','am','always', 'here', ';)']], |