diff --git a/plugins/Network/README.rst b/plugins/Network/README.rst index 1cfe359f2..5b41d2b71 100644 --- a/plugins/Network/README.rst +++ b/plugins/Network/README.rst @@ -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 [] diff --git a/plugins/RSS/README.rst b/plugins/RSS/README.rst index eaf505e44..65520cb0c 100644 --- a/plugins/RSS/README.rst +++ b/plugins/RSS/README.rst @@ -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: diff --git a/plugins/SedRegex/README.rst b/plugins/SedRegex/README.rst index 4f7477153..13ae21e95 100644 --- a/plugins/SedRegex/README.rst +++ b/plugins/SedRegex/README.rst @@ -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: diff --git a/plugins/Unix/README.rst b/plugins/Unix/README.rst index 207367b77..9fdb10437 100644 --- a/plugins/Unix/README.rst +++ b/plugins/Unix/README.rst @@ -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.