mirror of
https://github.com/Limnoria/Limnoria-doc.git
synced 2025-04-08 00:09:46 +00:00
Review and update the layout.
This commit is contained in:
@ -4,7 +4,29 @@
|
||||
The Admin plugin
|
||||
================
|
||||
|
||||
.. _command-channels:
|
||||
Capabilities
|
||||
------------
|
||||
|
||||
.. _command-channel-capability-add:
|
||||
|
||||
capability add <name|hostmask> <capability>
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
Gives the user specified by *<name>* (or the user to whom *<hostmask>*
|
||||
currently maps) the specified capability *<capability>*
|
||||
|
||||
.. _command-channel-capability-remove:
|
||||
|
||||
capability remove <name|hostmask> <capability>
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
Takes from the user specified by *<name>* (or the user to whom
|
||||
*<hostmask>* currently maps) the specified capability *<capability>*
|
||||
|
||||
Channels
|
||||
--------
|
||||
|
||||
.. _command-channel-channels:
|
||||
|
||||
channels
|
||||
^^^^^^^^
|
||||
@ -12,8 +34,15 @@ channels
|
||||
Returns the channels the bot is on. Must be given in private, in order
|
||||
to protect the secrecy of secret channels.
|
||||
|
||||
.. _command-channel-join:
|
||||
|
||||
.. _command-part:
|
||||
join <channel> [<key>]
|
||||
^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
Tell the bot to join the given channel. If *<key>* is given, it is used
|
||||
when attempting to join the channel.
|
||||
|
||||
.. _command-channel-part:
|
||||
|
||||
part [<channel>] [<reason>]
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
@ -23,16 +52,17 @@ only necessary if you want the bot to part a channel other than the
|
||||
current channel. If *<reason>* is specified, use it as the part
|
||||
message.
|
||||
|
||||
Ignores
|
||||
-------
|
||||
|
||||
.. _command-ignore-list:
|
||||
.. _command-channel-ignore-list:
|
||||
|
||||
ignore list
|
||||
^^^^^^^^^^^
|
||||
|
||||
Lists the hostmasks that the bot is ignoring.
|
||||
|
||||
|
||||
.. _command-ignore-remove:
|
||||
.. _command-channel-ignore-remove:
|
||||
|
||||
ignore remove <hostmask|nick>
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
@ -40,8 +70,7 @@ ignore remove <hostmask|nick>
|
||||
This will remove the persistent ignore on *<hostmask>* or the
|
||||
hostmask currently associated with *<nick>*.
|
||||
|
||||
|
||||
.. _command-ignore-add:
|
||||
.. _command-channel-ignore-add:
|
||||
|
||||
ignore add <hostmask|nick> [<expires>]
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
@ -51,35 +80,10 @@ currently associated with *<nick>*. *<expires>* is an optional argument
|
||||
specifying when (in "seconds from now") the ignore will expire; if
|
||||
it isn't given, the ignore will never automatically expire.
|
||||
|
||||
Miscellaneous
|
||||
-------------
|
||||
|
||||
.. _command-join:
|
||||
|
||||
join <channel> [<key>]
|
||||
^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
Tell the bot to join the given channel. If *<key>* is given, it is used
|
||||
when attempting to join the channel.
|
||||
|
||||
|
||||
.. _command-capability-add:
|
||||
|
||||
capability add <name|hostmask> <capability>
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
Gives the user specified by *<name>* (or the user to whom *<hostmask>*
|
||||
currently maps) the specified capability *<capability>*
|
||||
|
||||
|
||||
.. _command-capability-remove:
|
||||
|
||||
capability remove <name|hostmask> <capability>
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
Takes from the user specified by *<name>* (or the user to whom
|
||||
*<hostmask>* currently maps) the specified capability *<capability>*
|
||||
|
||||
|
||||
.. _command-nick:
|
||||
.. _command-channel-nick:
|
||||
|
||||
nick [<nick>]
|
||||
^^^^^^^^^^^^^
|
||||
@ -87,4 +91,3 @@ nick [<nick>]
|
||||
Changes the bot's nick to *<nick>*. If no nick is given, returns the
|
||||
bot's current nick.
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user