class documentation
class responder: (source)
Known subclasses: otfbot.plugins.ircClient.ki.elizaResponder, otfbot.plugins.ircClient.ki.megahalResponder, otfbot.plugins.ircClient.ki.niallResponder, otfbot.plugins.ircClient.ki.udpResponder, otfbot.plugins.ircClient.ki.webResponder
a prototype of a artificial intelligence responder. It does nothing at all, but it contains all the methods needed to extend it for a ai-responder
| 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 |
overridden in
otfbot.plugins.ircClient.ki.megahalResponder, otfbot.plugins.ircClient.ki.niallRespondercleanup before shutdown, if needed
overridden in
otfbot.plugins.ircClient.ki.megahalResponder, otfbot.plugins.ircClient.ki.niallResponder, otfbot.plugins.ircClient.ki.udpResponder, otfbot.plugins.ircClient.ki.webResponderlearns a new string, without responding
overridden in
otfbot.plugins.ircClient.ki.elizaResponder, otfbot.plugins.ircClient.ki.megahalResponder, otfbot.plugins.ircClient.ki.niallResponder, otfbot.plugins.ircClient.ki.udpResponder, otfbot.plugins.ircClient.ki.webResponderreply to a string, potentially learning it