Limnoria-doc/use/plugins/services.rst

80 lines
1.8 KiB
ReStructuredText
Raw Normal View History

2011-06-28 08:11:32 +02:00
.. _plugin-services:
The Services plugin
===================
2011-06-28 17:29:38 +02:00
NickServ
--------
2011-06-28 08:11:32 +02:00
2011-06-28 17:29:38 +02:00
.. _command-services-identify:
2011-06-28 08:11:32 +02:00
2011-06-28 17:29:38 +02:00
services identify
^^^^^^^^^^^^^^^^^
2011-06-28 08:11:32 +02:00
Identifies with NickServ using the current nick.
2011-06-28 17:29:38 +02:00
.. _command-services-nicks:
2011-06-28 08:11:32 +02:00
2011-06-28 17:29:38 +02:00
services nicks
^^^^^^^^^^^^^^
2011-06-28 08:11:32 +02:00
Returns the nicks that this plugin is configured to identify and ghost
with.
2011-06-28 17:29:38 +02:00
.. _command-services-password:
2011-06-28 08:11:32 +02:00
2011-06-28 17:29:38 +02:00
services password <nick> [<password>]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2011-06-28 08:11:32 +02:00
2011-06-28 17:29:38 +02:00
Sets the NickServ password for *<nick>* to *<password>*. If *<password>* is
not given, removes *<nick>* from the configured nicks.
2011-06-28 08:11:32 +02:00
2011-06-28 17:29:38 +02:00
.. _command-services-ghost:
2011-06-28 08:11:32 +02:00
2011-06-28 17:29:38 +02:00
services ghost [<nick>]
^^^^^^^^^^^^^^^^^^^^^^^
2011-06-28 08:11:32 +02:00
2011-06-28 17:29:38 +02:00
Ghosts the bot's given nick and takes it. If no nick is given,
ghosts the bot's configured nick and takes it.
2011-06-28 08:11:32 +02:00
2011-06-28 17:29:38 +02:00
ChanServ
--------
2011-06-28 08:11:32 +02:00
2011-06-28 17:29:38 +02:00
.. _command-services-unban:
2011-06-28 08:11:32 +02:00
2011-06-28 17:29:38 +02:00
services unban [<channel>]
^^^^^^^^^^^^^^^^^^^^^^^^^^
2011-06-28 08:11:32 +02:00
2011-06-28 17:29:38 +02:00
Attempts to get unbanned by ChanServ in *<channel>*. *<channel>* is only
2011-06-28 08:11:32 +02:00
necessary if the message isn't sent in the channel itself, but chances
are, if you need this command, you're not sending it in the channel
itself.
2011-06-28 17:29:38 +02:00
.. _command-services-invite:
2011-06-28 08:11:32 +02:00
2011-06-28 17:29:38 +02:00
services invite [<channel>]
^^^^^^^^^^^^^^^^^^^^^^^^^^^
2011-06-28 08:11:32 +02:00
2011-06-28 17:29:38 +02:00
Attempts to get invited by ChanServ to *<channel>*. *<channel>* is only
necessary if the message isn't sent in the channel itself, but chances
are, if you need this command, you're not sending it in the channel
itself.
2011-06-28 08:11:32 +02:00
2011-06-28 17:29:38 +02:00
.. _command-services-voice:
2011-06-28 08:11:32 +02:00
2011-06-28 17:29:38 +02:00
services voice [<channel>]
^^^^^^^^^^^^^^^^^^^^^^^^^^
2011-06-28 08:11:32 +02:00
Attempts to get voiced by ChanServ in *<channel>*. *<channel>* is only
necessary if the message isn't sent in the channel itself.
2011-06-28 17:29:38 +02:00
.. _command-services-op:
2011-06-28 08:11:32 +02:00
2011-06-28 17:29:38 +02:00
services op [<channel>]
^^^^^^^^^^^^^^^^^^^^^^^
2011-06-28 08:11:32 +02:00
Attempts to get opped by ChanServ in *<channel>*. *<channel>* is only
necessary if the message isn't sent in the channel itself.