mirror of
https://github.com/Mikaela/Limnoria-doc.git
synced 2024-11-23 20:49:43 +01:00
40 lines
905 B
ReStructuredText
40 lines
905 B
ReStructuredText
|
|
||
|
.. _plugin-relay:
|
||
|
|
||
|
The Relay plugin
|
||
|
================
|
||
|
|
||
|
.. command-nicks:
|
||
|
|
||
|
nicks [<channel>]
|
||
|
^^^^^^^^^^^^^^^^^
|
||
|
|
||
|
Returns the nicks of the people in the channel on the various networks
|
||
|
the bot is connected to. *<channel>* is only necessary if the message
|
||
|
isn't sent on the channel itself.
|
||
|
|
||
|
|
||
|
.. command-part:
|
||
|
|
||
|
part <channel>
|
||
|
^^^^^^^^^^^^^^
|
||
|
|
||
|
Ceases relaying between the channel *<channel>* on all networks. The bot
|
||
|
will part from the channel on all networks in which it is on the
|
||
|
channel.
|
||
|
|
||
|
|
||
|
.. command-join:
|
||
|
|
||
|
join [<channel>]
|
||
|
^^^^^^^^^^^^^^^^
|
||
|
|
||
|
Starts relaying between the channel *<channel>* on all networks. If on a
|
||
|
network the bot isn't in *<channel>*, he'll join. This commands is
|
||
|
required even if the bot is in the channel on both networks; he won't
|
||
|
relay between those channels unless he's told to join both
|
||
|
channels. If *<channel>* is not given, starts relaying on the channel
|
||
|
the message was sent in.
|
||
|
|
||
|
|