Limnoria-doc/use/plugins/services.rst

96 lines
1.6 KiB
ReStructuredText
Raw Normal View History

2011-06-28 08:11:32 +02:00
.. _plugin-services:
The Services plugin
===================
2011-06-28 08:13:53 +02:00
.. _command-disabled:
2011-06-28 08:11:32 +02:00
disabled
^^^^^^^^^
2011-06-28 08:13:53 +02:00
.. _command-identify:
2011-06-28 08:11:32 +02:00
identify
^^^^^^^^
Identifies with NickServ using the current nick.
2011-06-28 08:13:53 +02:00
.. _command-nicks:
2011-06-28 08:11:32 +02:00
nicks
^^^^^
Returns the nicks that this plugin is configured to identify and ghost
with.
2011-06-28 08:13:53 +02:00
.. _command-unban:
2011-06-28 08:11:32 +02:00
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.
2011-06-28 08:13:53 +02:00
.. _command-reset:
2011-06-28 08:11:32 +02:00
reset
^^^^^^
2011-06-28 08:13:53 +02:00
.. _command-invite:
2011-06-28 08:11:32 +02:00
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.
2011-06-28 08:13:53 +02:00
.. _command-password:
2011-06-28 08:11:32 +02:00
password <nick> [<password>]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Sets the NickServ password for *<nick>* to *<password>*. If *<password>* is
not given, removes *<nick>* from the configured nicks.
2011-06-28 08:13:53 +02:00
.. _command-ghost:
2011-06-28 08:11:32 +02:00
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.
2011-06-28 08:13:53 +02:00
.. _command-voice:
2011-06-28 08:11:32 +02:00
voice [<channel>]
^^^^^^^^^^^^^^^^^
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 08:13:53 +02:00
.. _command-op:
2011-06-28 08:11:32 +02:00
op [<channel>]
^^^^^^^^^^^^^^
Attempts to get opped by ChanServ in *<channel>*. *<channel>* is only
necessary if the message isn't sent in the channel itself.