Skip to content

Commit

Permalink
loader: update more docs for action commands
Browse files Browse the repository at this point in the history
  • Loading branch information
dgw committed Oct 11, 2019
1 parent e4cdca7 commit 08cf7bb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sopel/loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,9 @@ def is_triggerable(obj):
:return: ``True`` if ``obj`` can handle the bot's triggers
A triggerable is a callable that will be used by the bot to handle a
particular trigger (i.e. an IRC message): it can be a regex rule, an event,
an intent, a command, or a nickname command. However, it must not be a job
or a URL callback.
particular trigger (i.e. an IRC message): it can be a regex rule, an
event, an intent, a command, a nickname command, or an action command.
However, it must not be a job or a URL callback.
.. seealso::
Expand Down

0 comments on commit 08cf7bb

Please sign in to comment.