mirror of
https://github.com/Limnoria/Limnoria-doc.git
synced 2025-04-06 07:19:55 +00:00
Fix hierarchy (and compilation warnings) for many plugins.
This commit is contained in:
@ -4,6 +4,51 @@
|
||||
The LinkRelay plugin
|
||||
====================
|
||||
|
||||
Manage relays
|
||||
-------------
|
||||
|
||||
.. _command-linkrelay-add:
|
||||
|
||||
linkrelay add [--from <channel>@<network>] [--to <channel>@<network>] [--regexp <regexp>] [--reciprocal]
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
Adds a relay to the list. You must give at least *--from* or *--to;* if
|
||||
one of them is not given, it defaults to the current channel@network.
|
||||
Only messages matching *<regexp>* will be relayed; if *<regexp>* is not
|
||||
given, everything is relayed.
|
||||
If *--reciprocal* is given, another relay will be added automatically,
|
||||
in the opposite direction.
|
||||
|
||||
.. _command-linkrelay-remove:
|
||||
|
||||
linkrelay remove [--from <channel>@<network>] [--to <channel>@<network>] [--regexp <regexp>] [--reciprocal]
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
Remove a relay from the list. You must give at least *--from* or *--to;* if
|
||||
one of them is not given, it defaults to the current channel@network.
|
||||
Only messages matching *<regexp>* will be relayed; if *<regexp>* is not
|
||||
given, everything is relayed.
|
||||
If *--reciprocal* is given, another relay will be removed automatically,
|
||||
in the opposite direction.
|
||||
|
||||
.. _command-linkrelay-list:
|
||||
|
||||
linkrelay list
|
||||
^^^^^^^^^^^^^^
|
||||
|
||||
Returns all the defined relay links
|
||||
|
||||
Substitutes
|
||||
-----------
|
||||
|
||||
.. _command-linkrelay-substitute:
|
||||
|
||||
linkrelay substitute <regexp> <replacement>
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
Replaces all nicks that matches the *<regexp>* by the *<replacement>*
|
||||
string.
|
||||
|
||||
.. _command-linkrelay-nosubstitute:
|
||||
|
||||
linkrelay nosubstitute <regexp>
|
||||
@ -20,45 +65,6 @@ Returns the nicks of the people in the linked channels.
|
||||
*<channel>* is only necessary if the message
|
||||
isn't sent on the channel itself.
|
||||
|
||||
.. _command-linkrelay-list:
|
||||
|
||||
linkrelay list
|
||||
^^^^^^^^^^^^^^
|
||||
|
||||
Returns all the defined relay links
|
||||
|
||||
.. _command-linkrelay-remove:
|
||||
|
||||
linkrelay remove [--from <channel>@<network>] [--to <channel>@<network>] [--regexp <regexp>] [--reciprocal]
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
Remove a relay from the list. You must give at least *--from* or *--to;* if
|
||||
one of them is not given, it defaults to the current channel@network.
|
||||
Only messages matching *<regexp>* will be relayed; if *<regexp>* is not
|
||||
given, everything is relayed.
|
||||
If *--reciprocal* is given, another relay will be removed automatically,
|
||||
in the opposite direction.
|
||||
|
||||
.. _command-linkrelay-add:
|
||||
|
||||
linkrelay add [--from <channel>@<network>] [--to <channel>@<network>] [--regexp <regexp>] [--reciprocal]
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
Adds a relay to the list. You must give at least *--from* or *--to;* if
|
||||
one of them is not given, it defaults to the current channel@network.
|
||||
Only messages matching *<regexp>* will be relayed; if *<regexp>* is not
|
||||
given, everything is relayed.
|
||||
If *--reciprocal* is given, another relay will be added automatically,
|
||||
in the opposite direction.
|
||||
|
||||
.. _command-linkrelay-substitute:
|
||||
|
||||
linkrelay substitute <regexp> <replacement>
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
Replaces all nicks that matches the *<regexp>* by the *<replacement>*
|
||||
string.
|
||||
|
||||
|
||||
|
||||
.. _plugin-linkrelay-config:
|
||||
|
Reference in New Issue
Block a user