class documentation

class Plugin(plugin.Plugin): (source)

View In Hierarchy

svn-push tcpServer plugin

You can find all settings for this module in the ircClient.svn-push documentation

Method __init__ Undocumented
Method lineReceived Called when a line is received. Check if the commands are for this plugin and call ircClient.svn-push when this is the case
Instance Variable bot Undocumented
Instance Variable ircClient Undocumented
Instance Variable logger Undocumented
Instance Variable networks Undocumented
Instance Variable plugins Undocumented
def __init__(self, bot): (source)

Undocumented

@callback
def lineReceived(self, line): (source)

Called when a line is received. Check if the commands are for this plugin and call ircClient.svn-push when this is the case

Undocumented

ircClient = (source)

Undocumented

Undocumented

networks: list = (source)

Undocumented

plugins: list = (source)

Undocumented