mirror of
https://github.com/Limnoria/Limnoria-doc.git
synced 2025-04-05 14:59:49 +00:00
plugin_tutorial: link directly to supybot.ircmsgs.IrcMsg
Co-authored-by: Val Lorentz <progval+git@progval.net>
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user