class documentation
class IRCAccount(basesupport.AbstractAccount): (source)
Constructor: IRCAccount(accountName, autoLogin, username, password, ...)
Implements interfaces: twisted.words.im.interfaces.IAccount
Undocumented
| Method | __init__ |
No summary |
| Method | log |
Sign off. |
| Class Variable | gateway |
A str that identifies the protocol used by this account. |
| Instance Variable | channels |
Undocumented |
| Method | _start |
Start the sign on process. |
Inherited from AbstractAccount:
| Method | __getstate__ |
Get state, adding a version number to it on its way out. |
| Method | __repr__ |
Undocumented |
| Method | get |
Group factory. |
| Method | get |
Person factory. |
| Method | is |
Undocumented |
| Method | log |
Log on to this account. |
| Method | upgrate |
Undocumented |
| Class Variable | persistance |
Undocumented |
| Instance Variable | account |
No summary |
| Instance Variable | auto |
No summary |
| Instance Variable | client |
Undocumented |
| Instance Variable | host |
No summary |
| Instance Variable | password |
No summary |
| Instance Variable | port |
No summary |
| Instance Variable | username |
No summary |
| Method | _cb_log |
Undocumented |
| Method | _client |
Undocumented |
| Method | _login |
Errorback for logOn. |
| Class Variable | _group |
A Callable that will return a IGroup appropriate for this account type. |
| Class Variable | _person |
A Callable that will return a IPerson appropriate for this account type. |
| Instance Variable | _groups |
Undocumented |
| Instance Variable | _is |
Whether I am in the process of establishing a connection to the server. |
| Instance Variable | _is |
Whether I am currently on-line with the server. |
| Instance Variable | _persons |
Undocumented |
Inherited from Versioned (via AbstractAccount):
| Method | __setstate__ |
Undocumented |
| Method | version |
(internal) Do a version upgrade. |
| Class Variable | persistence |
Undocumented |
| Class Variable | persistence |
Undocumented |
| Instance Variable | __dict__ |
Undocumented |