Document Irc, IrcState, ChannelState, IrcMsg, and Plugin.

This commit is contained in:
Valentin Lorentz
2013-01-31 20:49:31 +01:00
parent b018a9ce1d
commit e50cfad04d
4 changed files with 74 additions and 2 deletions

44
develop/irclib.rst Normal file
View File

@ -0,0 +1,44 @@
.. _supybot-irclib:
**************
supybot.irclib
**************
Most used classes
=================
.. _supybot-irclib-irc:
supybot.irclib.Irc
------------------
It is usually the `irc` object given to plugin commands.
.. autoclass:: supybot.irclib.Irc
:members:
:inherited-members:
.. _supybot-irclib-ircstate:
supybot.irclib.IrcState
-----------------------
Used mainly as the `state` attribute of :py:class:`supybot.irclib.Irc` objects.
.. autoclass:: supybot.irclib.IrcState
:members:
:inherited-members:
.. _supybot-irclib-channelstate:
supybot.irclib.ChannelState
---------------------------
Used mainly as the `channels['#chan']` attribute of
:py:class:`supybot.irclib.Irc` objects.
.. autoclass:: supybot.irclib.ChannelState
:members:
:inherited-members: