class documentation

class niallResponder(responder): (source)

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method cleanup cleanup before shutdown, if needed
Method learn learns a new string, without responding
Method reply reply to a string, potentially learning it
Instance Variable niall Undocumented
def __init__(self, bot, datadir): (source)
def cleanup(self): (source)

cleanup before shutdown, if needed

def learn(self, msg): (source)

learns a new string, without responding

def reply(self, msg): (source)

reply to a string, potentially learning it

Undocumented