Class k.megahalResponder(responder):

Part of kiMod View In Hierarchy

implements a responder based on the megahal ai-bot
Method __init__ starts the megahal program
Method learn learns msg without responding
Method reply replies to msg, and learns it
Method cleanup clean megahal shutdown
def __init__(self, bot):
starts the megahal program
def learn(self, msg):
learns msg without responding
Parametersmsgthe string to learn (type: string )
def reply(self, msg):
replies to msg, and learns it
Parametersmsgthe string to reply to (type: string )
Returns (type: string @returns the answer of the megahal bot )
def cleanup(self):
clean megahal shutdown
API Documentation for OtfBot, generated by pydoctor at 2010-01-14 18:51:57.