class documentation

class botService(service.MultiService): (source)

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method connect connect to the network
Method handle_command Undocumented
Method register_ctl_command Undocumented
Method startService start the service
Class Variable name Undocumented
Instance Variable config Undocumented
Instance Variable controlservice Undocumented
Instance Variable logger Undocumented
Instance Variable parent Undocumented
Instance Variable root Undocumented
def __init__(self, root, parent): (source)

Undocumented

def connect(self): (source)

connect to the network

def handle_command(self, msg): (source)

Undocumented

def register_ctl_command(self, f, namespace=None, name=None): (source)

Undocumented

def startService(self): (source)

start the service

registers control-commands, connects to the configured networks and then calls MultiService.startService

name: str = (source)

Undocumented

Undocumented

controlservice = (source)

Undocumented

Undocumented

Undocumented

Undocumented