plugin_tutorial: link directly to supybot.ircmsgs.IrcMsg

Co-authored-by: Val Lorentz <progval+git@progval.net>
This commit is contained in:
James Lu
2023-05-03 22:26:27 -07:00
committed by James Lu
parent 54f94be56d
commit 14ffe24e7a

View File

@ -194,7 +194,7 @@ arguments; they are as follows:
- ``self``: refers to the class instance. It is common to keep local state - ``self``: refers to the class instance. It is common to keep local state
for the plugin as instance variables within the plugin class. for the plugin as instance variables within the plugin class.
- ``irc``: refers to the IRC network instance the command was called on - ``irc``: refers to the IRC network instance the command was called on
- ``msg``: a :ref:`supybot.ircmsgs <supybot-ircmsgs>` instance; refers to the - ``msg``: a :class:`supybot.ircmsgs.IrcMsg` instance; refers to the
IRC message that triggered this command. IRC message that triggered this command.
- ``args``: a raw list of remaining unconverted arguments; new plugins that - ``args``: a raw list of remaining unconverted arguments; new plugins that
use :ref:`@wrap <using-wrap>` for automatic argument type conversion should use :ref:`@wrap <using-wrap>` for automatic argument type conversion should