class documentation

class webResponder(responder): (source)

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method learn learns a new string, without responding
Method reply reply to a string, potentially learning it
Instance Variable bot Undocumented

Inherited from responder:

Method cleanup cleanup before shutdown, if needed
def __init__(self, bot): (source)
def learn(self, msg): (source)

learns a new string, without responding

def reply(self, msg): (source)

reply to a string, potentially learning it

Undocumented