pyircbot/docs/api/modulebase.rst

12 lines
329 B
ReStructuredText
Raw Normal View History

2014-10-02 16:53:54 -07:00
:mod:`ModuleBase` --- Base class for Bot modules
================================================
2014-10-02 12:49:54 -07:00
2015-08-08 16:29:23 -07:00
All bot modules should extend this class. ``ModuleBase`` includes helper methods
to integrate modules with the bot for smooth running.
2014-10-02 12:49:54 -07:00
2015-06-18 22:58:11 -07:00
.. automodule:: pyircbot.modulebase
2014-10-02 12:49:54 -07:00
:members:
:undoc-members:
:show-inheritance: