Document PRIVS command in sgml.
This commit is contained in:
parent
a58d63e94c
commit
e2435f2280
|
@ -631,6 +631,27 @@
|
|||
no target is specified.
|
||||
</para>
|
||||
</sect2>
|
||||
<sect2>
|
||||
<title>PRIVS</title>
|
||||
<cmdsynopsis>
|
||||
<command>PRIVS</command>
|
||||
<arg><replaceable>nick</replaceable></arg>
|
||||
</cmdsynopsis>
|
||||
<para>
|
||||
Displays effective operator privileges for
|
||||
the specified nick, or for yourself if no nick is
|
||||
given. This includes all privileges from the operator
|
||||
block, the name of the operator block and those
|
||||
privileges from the auth block that have an effect
|
||||
after the initial connection.
|
||||
</para>
|
||||
<para>
|
||||
The exact output depends on the server the nick is on,
|
||||
see the matching version of this document.
|
||||
If the remote server does not support this extension, you will not
|
||||
receive a reply.
|
||||
</para>
|
||||
</sect2>
|
||||
<sect2>
|
||||
<title>MASKTRACE</title>
|
||||
<cmdsynopsis>
|
||||
|
|
Loading…
Reference in New Issue