Add FINDFORWARDS and IDENTIFY commands to oper-guide (from extensions).
This commit is contained in:
parent
5eeb71b78e
commit
6f7bcc24ef
1 changed files with 43 additions and 0 deletions
|
@ -79,6 +79,25 @@
|
||||||
RPL_ISUPPORT (005).
|
RPL_ISUPPORT (005).
|
||||||
</para>
|
</para>
|
||||||
</sect2>
|
</sect2>
|
||||||
|
<sect2>
|
||||||
|
<title>FINDFORWARDS</title>
|
||||||
|
<cmdsynopsis><command>FINDFORWARDS</command>
|
||||||
|
<arg choice=plain><replaceable>channel</replaceable></arg>
|
||||||
|
</cmdsynopsis>
|
||||||
|
<para>
|
||||||
|
<note>
|
||||||
|
<para>
|
||||||
|
This command is only available if the <filename>m_findforwards.so</filename> extension is loaded.
|
||||||
|
</para>
|
||||||
|
</note>
|
||||||
|
Displays which channels forward to the given channel (via cmode +f).
|
||||||
|
If there are very many channels the list will be truncated.
|
||||||
|
</para>
|
||||||
|
<para>
|
||||||
|
You must be a channel operator on the channel or an IRC operator
|
||||||
|
to use this command.
|
||||||
|
</para>
|
||||||
|
</sect2>
|
||||||
<sect2>
|
<sect2>
|
||||||
<title>HELP</title>
|
<title>HELP</title>
|
||||||
<cmdsynopsis><command>HELP</command>
|
<cmdsynopsis><command>HELP</command>
|
||||||
|
@ -93,6 +112,30 @@
|
||||||
UHELP to query the user help files.
|
UHELP to query the user help files.
|
||||||
</para>
|
</para>
|
||||||
</sect2>
|
</sect2>
|
||||||
|
<sect2>
|
||||||
|
<title>IDENTIFY</title>
|
||||||
|
<cmdsynopsis><command>IDENTIFY</command>
|
||||||
|
<arg choice=plain><replaceable>parameters...</replaceable></arg>
|
||||||
|
</cmdsynopsis>
|
||||||
|
<para>
|
||||||
|
<note>
|
||||||
|
<para>
|
||||||
|
This command is only available if the <filename>m_identify.so</filename> extension is loaded.
|
||||||
|
</para>
|
||||||
|
</note>
|
||||||
|
Sends an identify command to either NickServ or ChanServ.
|
||||||
|
If the first parameter starts with #, the command is sent to
|
||||||
|
ChanServ, otherwise to NickServ.
|
||||||
|
The word IDENTIFY, a space and all parameters are concatenated
|
||||||
|
and sent as a PRIVMSG to the service.
|
||||||
|
If the service is not online or does not have umode +S set,
|
||||||
|
no message will be sent.
|
||||||
|
</para>
|
||||||
|
<para>
|
||||||
|
The exact syntax for this command depends on the services package
|
||||||
|
in use.
|
||||||
|
</para>
|
||||||
|
</sect2>
|
||||||
<sect2>
|
<sect2>
|
||||||
<title>KNOCK</title>
|
<title>KNOCK</title>
|
||||||
<cmdsynopsis><command>KNOCK</command>
|
<cmdsynopsis><command>KNOCK</command>
|
||||||
|
|
Loading…
Reference in a new issue