Add GitLab and RelayNext plugins.

This commit is contained in:
2020-05-21 22:18:40 +02:00
parent cf59d940e1
commit 5ade06f511

View File

@ -53,7 +53,7 @@
messages to other users, as long as they are registered to the bot. messages to other users, as long as they are registered to the bot.
</dd> </dd>
<dt>Relay, LinkRelay</dt> <dt>Relay, LinkRelay, RelayNext</dt>
<dd> <dd>
Relay messages across multiple channel/networks. Useful if your community Relay messages across multiple channel/networks. Useful if your community
is split between different networks, but you want everyone to communicate is split between different networks, but you want everyone to communicate
@ -61,8 +61,9 @@
<br/> <br/>
LinkRelay is a third-party plugin, you can get it with the command: LinkRelay and RelayNext are third-party plugins, you can get them with the commands:
<code>plugindownloader install ProgVal LinkRelay</code> <code>plugindownloader install ProgVal LinkRelay</code> and
<code>plugindownloader install jlu5 RelayNext</code>
</dd> </dd>
<dt>SedRegex</dt> <dt>SedRegex</dt>
@ -156,10 +157,17 @@
<dt>GitHub</dt> <dt>GitHub</dt>
<dd> <dd>
Announces events on a GitHub repository. Announces events from GitHub repositories.
This is a third-party plugin, you must install it with the command: This is a third-party plugin, you must install it with the command:
<code>plugindownloader install ProgVal GitHub</code> <code>plugindownloader install ProgVal GitHub</code>
</dd> </dd>
<dt>GitLab</dt>
<dd>
Announces events from GitLab repositories.
This is a third-party plugin, you must install it with the command:
<code>plugindownloader install jlu5 GitLab</code>
</dd>
</dl> </dl>
</section> </section>