Document callAfter and callBefore.

This commit is contained in:
Valentin Lorentz 2014-01-20 13:51:10 +01:00
parent 192c47af06
commit 37923abd07

View File

@ -11,6 +11,10 @@ All methods here are defined in ``supybot-callbacks-plugin``. You may
override them if you need, but make sure you call the parent's one override them if you need, but make sure you call the parent's one
unless you actually don't want to do it. unless you actually don't want to do it.
In case multiple plugins implement the same special methods, the order
they are called depends on the ``callAfter`` and ``callBefore``
(lists of plugin names) attributes of the plugins, if they are set.
Commands and numerics Commands and numerics
===================== =====================