Review and update the layout.

This commit is contained in:
Valentin Lorentz
2011-06-28 17:29:38 +02:00
parent 2ce465adcd
commit b17bd0fac6
63 changed files with 2384 additions and 2323 deletions

View File

@ -4,92 +4,76 @@
The Services plugin
===================
.. _command-disabled:
NickServ
--------
disabled
^^^^^^^^^
.. _command-services-identify:
.. _command-identify:
identify
^^^^^^^^
services identify
^^^^^^^^^^^^^^^^^
Identifies with NickServ using the current nick.
.. _command-services-nicks:
.. _command-nicks:
nicks
^^^^^
services nicks
^^^^^^^^^^^^^^
Returns the nicks that this plugin is configured to identify and ghost
with.
.. _command-services-password:
.. _command-unban:
services password <nick> [<password>]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
unban [<channel>]
^^^^^^^^^^^^^^^^^
Sets the NickServ password for *<nick>* to *<password>*. If *<password>* is
not given, removes *<nick>* from the configured nicks.
.. _command-services-ghost:
services ghost [<nick>]
^^^^^^^^^^^^^^^^^^^^^^^
Ghosts the bot's given nick and takes it. If no nick is given,
ghosts the bot's configured nick and takes it.
ChanServ
--------
.. _command-services-unban:
services unban [<channel>]
^^^^^^^^^^^^^^^^^^^^^^^^^^
Attempts to get unbanned by ChanServ in *<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.
.. _command-services-invite:
.. _command-reset:
reset
^^^^^^
.. _command-invite:
invite [<channel>]
^^^^^^^^^^^^^^^^^^
services invite [<channel>]
^^^^^^^^^^^^^^^^^^^^^^^^^^^
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.
.. _command-services-voice:
.. _command-password:
password <nick> [<password>]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Sets the NickServ password for *<nick>* to *<password>*. If *<password>* is
not given, removes *<nick>* from the configured nicks.
.. _command-ghost:
ghost [<nick>]
^^^^^^^^^^^^^^
Ghosts the bot's given nick and takes it. If no nick is given,
ghosts the bot's configured nick and takes it.
.. _command-voice:
voice [<channel>]
^^^^^^^^^^^^^^^^^
services voice [<channel>]
^^^^^^^^^^^^^^^^^^^^^^^^^^
Attempts to get voiced by ChanServ in *<channel>*. *<channel>* is only
necessary if the message isn't sent in the channel itself.
.. _command-services-op:
.. _command-op:
op [<channel>]
^^^^^^^^^^^^^^
services op [<channel>]
^^^^^^^^^^^^^^^^^^^^^^^
Attempts to get opped by ChanServ in *<channel>*. *<channel>* is only
necessary if the message isn't sent in the channel itself.