class documentation
class BotFactory(protocol.ReconnectingClientFactory): (source)
The Factory for the Bot
| Method | __init__ |
Undocumented |
| Method | __repr__ |
Undocumented |
| Method | allow |
stops the factory from reconnecting after disconnect |
| Method | build |
Undocumented |
| Method | client |
Undocumented |
| Method | client |
callback invoced when connection is lost. |
| Method | started |
callback invoced when connecting is started. logs it. |
| Instance Variable | config |
Undocumented |
| Instance Variable | logger |
Undocumented |
| Instance Variable | network |
Undocumented |
| Instance Variable | parent |
Undocumented |
| Instance Variable | protocol |
Undocumented |
| Instance Variable | protocol |
Undocumented |
| Instance Variable | root |
Undocumented |
| Instance Variable | stop |
Undocumented |