summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDipesh Amin <yaypunkrock@gmail.com>2011-09-05 21:44:28 +0100
committerDipesh Amin <yaypunkrock@gmail.com>2011-09-05 21:44:28 +0100
commit9dc9ae7934ef355d5f88ad8f0e371fd73215915e (patch)
tree334bbadc2734eaa87174b8fb5dea9b9ad1e2e243
parentb920c5f6141f800c927165c56f90ff7feb0a4b7c (diff)
downloadmanamarket-9dc9ae7934ef355d5f88ad8f0e371fd73215915e.tar.gz
manamarket-9dc9ae7934ef355d5f88ad8f0e371fd73215915e.tar.bz2
manamarket-9dc9ae7934ef355d5f88ad8f0e371fd73215915e.tar.xz
manamarket-9dc9ae7934ef355d5f88ad8f0e371fd73215915e.zip
add help response
-rw-r--r--eliza.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/eliza.py b/eliza.py
index f32f057..323b073 100644
--- a/eliza.py
+++ b/eliza.py
@@ -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', ';)']],