2013-01-31 20:49:31 +01:00
|
|
|
.. _supybot-irclib:
|
|
|
|
|
|
|
|
**************
|
|
|
|
supybot.irclib
|
|
|
|
**************
|
|
|
|
|
|
|
|
.. _supybot-irclib-irc:
|
|
|
|
|
2013-02-01 17:52:54 +01:00
|
|
|
Irc
|
|
|
|
===
|
2013-01-31 20:49:31 +01:00
|
|
|
|
|
|
|
It is usually the `irc` object given to plugin commands.
|
|
|
|
|
|
|
|
.. autoclass:: supybot.irclib.Irc
|
|
|
|
:members:
|
|
|
|
:inherited-members:
|
|
|
|
|
2013-02-01 17:52:54 +01:00
|
|
|
|
2020-09-27 15:25:52 +02:00
|
|
|
.. _supybot-irclib-ircstate:
|
2013-02-01 17:52:54 +01:00
|
|
|
|
2020-09-27 15:25:52 +02:00
|
|
|
IrcState
|
|
|
|
========
|
2013-02-01 17:52:54 +01:00
|
|
|
|
2020-09-27 15:25:52 +02:00
|
|
|
Used mainly as the ``state`` attribute of :py:class:`supybot.irclib.Irc` objects.
|
2013-02-01 17:52:54 +01:00
|
|
|
|
2020-09-27 15:25:52 +02:00
|
|
|
.. autoclass:: supybot.irclib.IrcState
|
|
|
|
:members:
|
|
|
|
:inherited-members:
|
2013-02-01 17:52:54 +01:00
|
|
|
|
|
|
|
|
2013-01-31 20:49:31 +01:00
|
|
|
|
2020-09-27 15:25:52 +02:00
|
|
|
.. _supybot-irclib-ircstatefsm:
|
2013-01-31 20:49:31 +01:00
|
|
|
|
2020-09-27 15:25:52 +02:00
|
|
|
IrcStateFsm
|
|
|
|
===========
|
2013-01-31 20:49:31 +01:00
|
|
|
|
2020-09-27 15:25:52 +02:00
|
|
|
Used as the ``fsm`` attribute of :py:class:`supybot.irclib.IrcState` objects
|
2013-01-31 20:49:31 +01:00
|
|
|
|
2020-09-27 15:25:52 +02:00
|
|
|
.. autoclass:: supybot.irclib.IrcStateFsm
|
2013-01-31 20:49:31 +01:00
|
|
|
:members:
|
|
|
|
:inherited-members:
|
|
|
|
|
|
|
|
|
|
|
|
.. _supybot-irclib-channelstate:
|
|
|
|
|
2013-02-01 17:52:54 +01:00
|
|
|
ChannelState
|
|
|
|
============
|
2013-01-31 20:49:31 +01:00
|
|
|
|
|
|
|
Used mainly as the `channels['#chan']` attribute of
|
|
|
|
:py:class:`supybot.irclib.Irc` objects.
|
|
|
|
|
|
|
|
.. autoclass:: supybot.irclib.ChannelState
|
|
|
|
:members:
|
|
|
|
:inherited-members:
|
2013-02-01 17:52:54 +01:00
|
|
|
|
|
|
|
Other classes
|
|
|
|
=============
|
|
|
|
|
|
|
|
.. automodule:: supybot.irclib
|
|
|
|
:members:
|
2020-09-27 15:25:52 +02:00
|
|
|
:exclude-members: Irc, IrcState, IrcStateFsm, ChannelState
|