class documentation

class botService(service.MultiService): (source)

View In Hierarchy

This Service should open a port where either a Telnet- or a SSH-Service is listing.

It have to check the authorization of the User, who wants to use it. It should provide a verbose list of the available Plugins and should manage the textin- and -output. It may also provide a Readline-Interface for easier usage.

Method __init__ Undocumented
Method startService Undocumented
Class Variable name Undocumented
Instance Variable config Undocumented
Instance Variable parent Undocumented
Instance Variable root Undocumented
def __init__(self, root, parent): (source)

Undocumented

def startService(self): (source)

Undocumented

name: str = (source)

Undocumented

Undocumented

Undocumented

Undocumented