Package twisted :: Package im :: Module ircsupport :: Class IRCAccount
[show private | hide private]
[frames | no frames]

Class IRCAccount

AbstractAccount --+
                  |
                 IRCAccount


Method Summary
  __init__(self, accountName, autoLogin, username, password, host, port)
  __getstate__(self)
(inherited from AbstractAccount)
  __setstate__(self, d)
(inherited from AbstractAccount)
  isOnline(self)
(inherited from AbstractAccount)
Deferred interfaces.IClient logOn(self, chatui)
Log on to this account. (inherited from AbstractAccount)
  _loginFailed(self, reason)
Errorback for logOn. (inherited from AbstractAccount)
Deferred interfaces.IClient _startLogOn(self, chatui)
Start the sign on process.

Class Variable Summary
str gatewayType

Method Details

_startLogOn(self, chatui)

Start the sign on process.

Factored out of logOn.
Returns:
Deferred interfaces.IClient
Overrides:
twisted.im.basesupport.AbstractAccount._startLogOn (inherited documentation)

Class Variable Details

gatewayType

Type:
str
Value:
'IRC'                                                                  

Generated by Epydoc 1.2 prerelease on Wed Jan 29 06:28:09 2003 http://epydoc.sf.net