class documentation

class botService(service.MultiService): (source)

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method startService Starts the service. It supports a unix socket and a tcp networking port. Configure it by setting tcpServer.modes in the config file: socket, tcp
Class Variable name Undocumented
Instance Variable config Undocumented
Instance Variable factory Undocumented
Instance Variable logger Undocumented
Instance Variable parent Undocumented
Instance Variable root Undocumented
def __init__(self, root, parent): (source)

Undocumented

def startService(self): (source)

Starts the service. It supports a unix socket and a tcp networking port. Configure it by setting tcpServer.modes in the config file: socket, tcp

unix socket: You can set the path where the socket file is created by setting tcpServer.socket.path to a filesystem path writable by the bot user

tcp networking: You can set the port of the port of the connection with tcpServer.tcp.port and the interface with tcpServer.tcp.interface. Default is that the port is only accessible from localhost.

name: str = (source)

Undocumented

Undocumented

Undocumented

Undocumented

Undocumented

Undocumented