Skip to content

Commit d55a08c

Browse files
committed
Regenerate plugin READMEs
1 parent 5ca0fcd commit d55a08c

File tree

4 files changed

+25
-4
lines changed

4 files changed

+25
-4
lines changed

plugins/Network/README.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ and checking latency to the server.
2121
Commands
2222
--------
2323

24+
.. _command-network-authenticate:
25+
26+
authenticate takes no arguments
27+
Manually initiate SASL authentication.
28+
2429
.. _command-network-capabilities:
2530

2631
capabilities [<network>]

plugins/RSS/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ supybot.plugins.RSS.feeds
140140
supybot.plugins.RSS.format
141141
This config variable defaults to "$date: $title <$link>", is network-specific, and is channel-specific.
142142

143-
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)
143+
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)
144144

145145
.. _conf-supybot.plugins.RSS.headlineSeparator:
146146

plugins/SedRegex/README.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,22 @@ supybot.plugins.SedRegex.enable
6767

6868
Should Perl/sed-style regex replacing work in this channel?
6969

70+
.. _conf-supybot.plugins.SedRegex.format:
71+
72+
73+
supybot.plugins.SedRegex.format
74+
This config variable defaults to "$nick meant to say: $replacement", is network-specific, and is channel-specific.
75+
76+
Sets the format string for a message edited by the original author. Required fields: $nick (nick of the author), $replacement (edited message)
77+
78+
.. _conf-supybot.plugins.SedRegex.format.other:
79+
80+
81+
supybot.plugins.SedRegex.format.other
82+
This config variable defaults to "$otherNick thinks $nick meant to say: $replacement", is network-specific, and is channel-specific.
83+
84+
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)
85+
7086
.. _conf-supybot.plugins.SedRegex.ignoreRegex:
7187

7288

plugins/Unix/README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ supybot.plugins.Unix.ping
144144

145145

146146
supybot.plugins.Unix.ping.command
147-
This config variable defaults to "/bin/ping", is not network-specific, and is not channel-specific.
147+
This config variable defaults to "/usr/bin/ping", is not network-specific, and is not channel-specific.
148148

149149
Determines what command will be called for the ping command.
150150

@@ -166,7 +166,7 @@ supybot.plugins.Unix.ping6
166166

167167

168168
supybot.plugins.Unix.ping6.command
169-
This config variable defaults to "/bin/ping6", is not network-specific, and is not channel-specific.
169+
This config variable defaults to "/usr/bin/ping6", is not network-specific, and is not channel-specific.
170170

171171
Determines what command will be called for the ping6 command.
172172

@@ -210,7 +210,7 @@ supybot.plugins.Unix.sysuname
210210

211211

212212
supybot.plugins.Unix.sysuname.command
213-
This config variable defaults to "/bin/uname", is not network-specific, and is not channel-specific.
213+
This config variable defaults to "/usr/bin/uname", is not network-specific, and is not channel-specific.
214214

215215
Determines what command will be called for the uname command.
216216

0 commit comments

Comments
 (0)