class documentation

class elizaResponder(responder): (source)

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method reply reply to a string, potentially learning it
Instance Variable eliza Undocumented

Inherited from responder:

Method cleanup cleanup before shutdown, if needed
Method learn learns a new string, without responding
def __init__(self, bot, datadir): (source)
def reply(self, msg): (source)

reply to a string, potentially learning it

Undocumented