Methods
|
|
|
|
__getstate__
|
__getstate__ ( self )
|
|
__init__
|
__init__ (
self,
host,
portno,
protocolFactory,
timeout=30,
)
|
|
get_errorGroup
|
get_errorGroup ( self )
|
|
set_errorGroup
|
set_errorGroup ( self, errorGroup )
|
|
set_groupList
|
set_groupList ( self, groupList )
|
|
set_helptext
|
set_helptext ( self, helptext )
|
|
set_host
|
set_host ( self, host )
Set which host I connect to.
If I am currently connected to a host with a different name, I
will disconnect and switch to the new one.
|
|
set_nickname
|
set_nickname ( self, nick )
|
|
set_portno
|
set_portno ( self, portno )
Set the port I connect to.
If I am currently connected to a different port, I will
disconnect and switch to the new one.
|
|
startConnecting
|
startConnecting ( self )
Exceptions
|
|
RuntimeError("Insufficiently configured to start connecting." " (host: %s port: %s)" %(repr( self.host ), repr( self.portno ) ) )
|
|