class documentation

class Server(IRCUser, pluginSupport): (source)

View In Hierarchy

the server protocol, implemending pluginSupport and IRCUser

Method __init__ Undocumented
Method action Undocumented
Method connectionLost Undocumented
Method connectionMade Undocumented
Method getHostmask Undocumented
Method handleCommand Determine the function to call for the given command and call it with the given arguments.
Method sendmsg Undocumented
Method stop Undocumented
Class Variable pluginSupportName Undocumented
Class Variable pluginSupportPath Undocumented
Instance Variable classes Undocumented
Instance Variable config Undocumented
Instance Variable connected Undocumented
Instance Variable loggedon Undocumented
Instance Variable logger Undocumented
Instance Variable name Undocumented
Instance Variable plugins Undocumented
Instance Variable user Undocumented
def __init__(self, root, parent): (source)

Undocumented

def action(self, user, channel, msg): (source)

Undocumented

def connectionLost(self, reason): (source)

Undocumented

def connectionMade(self): (source)

Undocumented

def getHostmask(self): (source)

Undocumented

def handleCommand(self, command, prefix, params): (source)

Determine the function to call for the given command and call it with the given arguments.

def sendmsg(self, user, channel, msg): (source)

Undocumented

def stop(self): (source)

Undocumented

pluginSupportName: str = (source)

Undocumented

pluginSupportPath: str = (source)

Undocumented

classes: list = (source)

Undocumented

Undocumented

connected: bool = (source)

Undocumented

loggedon: bool = (source)

Undocumented

Undocumented

name: str = (source)

Undocumented

plugins: dict = (source)

Undocumented

user: str = (source)

Undocumented