Class t.w.i.i.IRCAccount(basesupport.AbstractAccount):

Part of twisted.words.im.ircsupport View Source View In Hierarchy

Implements interfaces: twisted.words.im.interfaces.IAccount
No class docstring
Method __init__
Method _startLogOn Start the sign on process.

Inherited from AbstractAccount:

Method upgrateToVersion2 Undocumented
Method __getstate__ Get state, adding a version number to it on its way out.
Method isOnline Undocumented
Method logOn Log on to this account.
Method getGroup Group factory.
Method getPerson Person factory.
Method _cb_logOn Undocumented
Method _loginFailed Errorback for logOn.
Method _clientLost Undocumented
Method __repr__ Undocumented

Inherited from Versioned (via AbstractAccount):

Method __setstate__ Undocumented
Method versionUpgrade (internal) Do a version upgrade.
def __init__(self, accountName, autoLogin, username, password, host, port, channels=''): (source)
ParametersaccountNameA name to refer to the account by locally. (type: string )
autoLogin(type: boolean )
username(type: string )
password(type: string )
host(type: string )
port(type: integer )
def _startLogOn(self, chatui): (source)

Start the sign on process.

Factored out of logOn.
Returns(type: Deferred interfaces.IClient )
API Documentation for twisted, generated by pydoctor.