fix style in ucommands.rst
This commit is contained in:
parent
79a69a8e43
commit
194a960192
1 changed files with 10 additions and 0 deletions
|
@ -50,6 +50,7 @@ CPRIVMSG
|
||||||
--------
|
--------
|
||||||
|
|
||||||
::
|
::
|
||||||
|
|
||||||
CPRIVMSG nick channel :text
|
CPRIVMSG nick channel :text
|
||||||
|
|
||||||
Providing you are opped (+o) or voiced (+v) in channel, and nick is a
|
Providing you are opped (+o) or voiced (+v) in channel, and nick is a
|
||||||
|
@ -69,6 +70,7 @@ FINDFORWARDS
|
||||||
------------
|
------------
|
||||||
|
|
||||||
::
|
::
|
||||||
|
|
||||||
FINDFORWARDS channel
|
FINDFORWARDS channel
|
||||||
|
|
||||||
.. note:: This command is only available if the ``m_findforwards.so``
|
.. note:: This command is only available if the ``m_findforwards.so``
|
||||||
|
@ -84,6 +86,7 @@ HELP
|
||||||
----
|
----
|
||||||
|
|
||||||
::
|
::
|
||||||
|
|
||||||
HELP [topic]
|
HELP [topic]
|
||||||
|
|
||||||
Displays help information. topic can be ``INDEX``, ``CREDITS``, ``UMODE``, ``CMODE``,
|
Displays help information. topic can be ``INDEX``, ``CREDITS``, ``UMODE``, ``CMODE``,
|
||||||
|
@ -96,6 +99,7 @@ IDENTIFY
|
||||||
--------
|
--------
|
||||||
|
|
||||||
::
|
::
|
||||||
|
|
||||||
IDENTIFY parameters...
|
IDENTIFY parameters...
|
||||||
|
|
||||||
.. note:: This command is only available if the ``m_identify.so``
|
.. note:: This command is only available if the ``m_identify.so``
|
||||||
|
@ -114,6 +118,7 @@ KNOCK
|
||||||
-----
|
-----
|
||||||
|
|
||||||
::
|
::
|
||||||
|
|
||||||
KNOCK channel
|
KNOCK channel
|
||||||
|
|
||||||
Requests an invite to the given channel. The channel must be locked
|
Requests an invite to the given channel. The channel must be locked
|
||||||
|
@ -144,29 +149,34 @@ More details can be found in ``doc/monitor.txt`` in the source
|
||||||
distribution.
|
distribution.
|
||||||
|
|
||||||
::
|
::
|
||||||
|
|
||||||
MONITOR + nick, ...
|
MONITOR + nick, ...
|
||||||
|
|
||||||
Adds nicks to your monitor list. You will receive 730 and 731 numerics
|
Adds nicks to your monitor list. You will receive 730 and 731 numerics
|
||||||
for the nicks.
|
for the nicks.
|
||||||
|
|
||||||
::
|
::
|
||||||
|
|
||||||
MONITOR - nick, ...
|
MONITOR - nick, ...
|
||||||
|
|
||||||
Removes nicks from your monitor list. No output is generated for this
|
Removes nicks from your monitor list. No output is generated for this
|
||||||
command.
|
command.
|
||||||
|
|
||||||
::
|
::
|
||||||
|
|
||||||
MONITOR C
|
MONITOR C
|
||||||
|
|
||||||
Clears your monitor list. No output is generated for this command.
|
Clears your monitor list. No output is generated for this command.
|
||||||
|
|
||||||
::
|
::
|
||||||
|
|
||||||
MONITOR L
|
MONITOR L
|
||||||
|
|
||||||
Lists all nicks on your monitor list, using 732 numerics and ending with
|
Lists all nicks on your monitor list, using 732 numerics and ending with
|
||||||
a 733 numeric.
|
a 733 numeric.
|
||||||
|
|
||||||
::
|
::
|
||||||
|
|
||||||
MONITOR S
|
MONITOR S
|
||||||
|
|
||||||
Shows status for all nicks on your monitor list, using 730 and 731
|
Shows status for all nicks on your monitor list, using 730 and 731
|
||||||
|
|
Loading…
Reference in a new issue