class documentation

class remoteCLI(pluginSupport, recvline.RecvLine): (source)

View In Hierarchy

Undocumented

Method __init__ read the list of plugins
Method connectionMade check the auth of the user and present a list of plugins
Method lineReceived Select the plugin pass the data to the selected plugin provide a "leave plugin"
Instance Variable user Undocumented
def __init__(self, user): (source)

read the list of plugins

def connectionMade(self): (source)

check the auth of the user and present a list of plugins

def lineReceived(self, data): (source)

Select the plugin pass the data to the selected plugin provide a "leave plugin"

Undocumented