module documentation

Try to emulate a normal user by answering

Class elizaResponder Undocumented
Class megahalResponder implements a responder based on the megahal ai-bot
Class Meta Undocumented
Class niallResponder Undocumented
Class Plugin Undocumented
Class responder 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
Class udpResponder Undocumented
Class webResponder Undocumented
Function ascii_string make sure, the string uses only ascii chars (at the moment it removes any char but a-ZA-Z@. and space)
Constant MEGAHAL Undocumented
Constant NIALL Undocumented
def ascii_string(msg): (source)

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'
MEGAHAL: int = (source)

Undocumented

Value
1
NIALL: int = (source)

Undocumented

Value
1