mirror of
https://github.com/Limnoria/Limnoria-doc.git
synced 2025-04-05 06:49:48 +00:00
architecture: Fix typos
This commit is contained in:
@ -14,7 +14,7 @@ familiar with using the bot and writing plugins (if not, see the
|
|||||||
and :ref:`events`,
|
and :ref:`events`,
|
||||||
|
|
||||||
You should also be somewhat familiar with the
|
You should also be somewhat familiar with the
|
||||||
`IRC protocol <https://modern.ircdocs.horse/>`.
|
`IRC protocol <https://modern.ircdocs.horse/>`_.
|
||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
|
|
||||||
@ -109,7 +109,7 @@ state, and optionally react to it by queuing messages.
|
|||||||
Commands
|
Commands
|
||||||
========
|
========
|
||||||
|
|
||||||
Next is the callbacks system, mostly implemented in :mod:``supybot.callbacks``.
|
Next is the callbacks system, mostly implemented in :mod:`supybot.callbacks`.
|
||||||
This is where all the magic happens to make plugins so easy to write;
|
This is where all the magic happens to make plugins so easy to write;
|
||||||
it's also the most complex part of Limnoria and the hardest to understand,
|
it's also the most complex part of Limnoria and the hardest to understand,
|
||||||
because everything is tightly interleaved.
|
because everything is tightly interleaved.
|
||||||
|
Reference in New Issue
Block a user