Part of plugins.ircClient View Source
Function | filtercolors | Undocumented |
Class | responder | a prototype of a artificial intelligence responder. |
Function | ascii_string | make sure, the string uses only ascii chars |
Class | udpResponder | Undocumented |
Class | webResponder | Undocumented |
Class | niallResponder | Undocumented |
Class | elizaResponder | Undocumented |
Class | megahalResponder | implements a responder based on the megahal ai-bot |
Class | Plugin | Undocumented |
make sure, the string uses only ascii chars (at the moment it removes any char but a-ZA-Z@. and space)
Example:
>>> ascii_string("Umlaute: äöüÜÖÄß!") 'Umlaute aeoeueUeOeAess'