mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-25 20:29:23 +01:00
Regenerate plugin READMEs
This commit is contained in:
parent
5ca0fcd87c
commit
d55a08c63e
@ -21,6 +21,11 @@ and checking latency to the server.
|
||||
Commands
|
||||
--------
|
||||
|
||||
.. _command-network-authenticate:
|
||||
|
||||
authenticate takes no arguments
|
||||
Manually initiate SASL authentication.
|
||||
|
||||
.. _command-network-capabilities:
|
||||
|
||||
capabilities [<network>]
|
||||
|
@ -140,7 +140,7 @@ supybot.plugins.RSS.feeds
|
||||
supybot.plugins.RSS.format
|
||||
This config variable defaults to "$date: $title <$link>", is network-specific, and is channel-specific.
|
||||
|
||||
The format the bot will use for displaying headlines of a RSS feed that is triggered manually. In addition to fields defined by feedparser ($published (the entry date), $title, $link, $description, $id, etc.), the following variables can be used: $feed_name, $date (parsed date, as defined in supybot.reply.format.time)
|
||||
The format the bot will use for displaying headlines of a RSS feed that is triggered manually. In addition to fields defined by feedparser ($published (the entry date), $title, $link, $description, $id, etc.), the following variables can be used: $feed_name (the configured name) $feed_title/$feed_subtitle/$feed_author/$feed_language/$feed_link, $date (parsed date, as defined in supybot.reply.format.time)
|
||||
|
||||
.. _conf-supybot.plugins.RSS.headlineSeparator:
|
||||
|
||||
|
@ -67,6 +67,22 @@ supybot.plugins.SedRegex.enable
|
||||
|
||||
Should Perl/sed-style regex replacing work in this channel?
|
||||
|
||||
.. _conf-supybot.plugins.SedRegex.format:
|
||||
|
||||
|
||||
supybot.plugins.SedRegex.format
|
||||
This config variable defaults to "$nick meant to say: $replacement", is network-specific, and is channel-specific.
|
||||
|
||||
Sets the format string for a message edited by the original author. Required fields: $nick (nick of the author), $replacement (edited message)
|
||||
|
||||
.. _conf-supybot.plugins.SedRegex.format.other:
|
||||
|
||||
|
||||
supybot.plugins.SedRegex.format.other
|
||||
This config variable defaults to "$otherNick thinks $nick meant to say: $replacement", is network-specific, and is channel-specific.
|
||||
|
||||
Sets the format string for a message edited by another author. Required fields: $nick (nick of the original author), $otherNick (nick of the editor), $replacement (edited message)
|
||||
|
||||
.. _conf-supybot.plugins.SedRegex.ignoreRegex:
|
||||
|
||||
|
||||
|
@ -144,7 +144,7 @@ supybot.plugins.Unix.ping
|
||||
|
||||
|
||||
supybot.plugins.Unix.ping.command
|
||||
This config variable defaults to "/bin/ping", is not network-specific, and is not channel-specific.
|
||||
This config variable defaults to "/usr/bin/ping", is not network-specific, and is not channel-specific.
|
||||
|
||||
Determines what command will be called for the ping command.
|
||||
|
||||
@ -166,7 +166,7 @@ supybot.plugins.Unix.ping6
|
||||
|
||||
|
||||
supybot.plugins.Unix.ping6.command
|
||||
This config variable defaults to "/bin/ping6", is not network-specific, and is not channel-specific.
|
||||
This config variable defaults to "/usr/bin/ping6", is not network-specific, and is not channel-specific.
|
||||
|
||||
Determines what command will be called for the ping6 command.
|
||||
|
||||
@ -210,7 +210,7 @@ supybot.plugins.Unix.sysuname
|
||||
|
||||
|
||||
supybot.plugins.Unix.sysuname.command
|
||||
This config variable defaults to "/bin/uname", is not network-specific, and is not channel-specific.
|
||||
This config variable defaults to "/usr/bin/uname", is not network-specific, and is not channel-specific.
|
||||
|
||||
Determines what command will be called for the uname command.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user