summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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', ';)']],