pyircbot/docs/api/rpc.rst

17 lines
579 B
ReStructuredText
Raw Normal View History

2014-10-02 16:53:54 -07:00
:mod:`BotRPC` --- JSON RPC Controller
=====================================
2014-10-02 12:49:54 -07:00
2014-10-02 16:53:54 -07:00
PyIRCBot has a json rpc interface for controlling some aspects of the bot
remotely via JSON-RPC.
It's important to know the different states a module can be in.
- **Deported** - Module's code exists on disk but has not been read
- **Imported** - Module's code exists in memory but has not been instantiated
- **Loaded** - Module's code exists in memory and has been instantiated. "Running" modules are of this state.
2014-10-02 12:49:54 -07:00
.. automodule:: core.rpc
2014-10-02 12:49:54 -07:00
:members:
:undoc-members:
:show-inheritance: