From 9dc9ae7934ef355d5f88ad8f0e371fd73215915e Mon Sep 17 00:00:00 2001 From: Dipesh Amin Date: Mon, 5 Sep 2011 21:44:28 +0100 Subject: add help response --- eliza.py | 1 + 1 file changed, 1 insertion(+) 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', ';)']], -- cgit v1.2.3-70-g09d2