Add +F and +W snomasks to oper-guide (from extensions).
This commit is contained in:
parent
aeeda4466a
commit
c2c2491a73
|
@ -253,6 +253,28 @@
|
||||||
limit settable with /quote set max).
|
limit settable with /quote set max).
|
||||||
</para>
|
</para>
|
||||||
</sect2>
|
</sect2>
|
||||||
|
<sect2>
|
||||||
|
<title>+F, far client connection notices</title>
|
||||||
|
<para>
|
||||||
|
<note>
|
||||||
|
<para>
|
||||||
|
This snomask is only available if the <filename>sno_farconnect.so</filename> extension is loaded.
|
||||||
|
</para>
|
||||||
|
</note>
|
||||||
|
Opers with +F receive server notices when clients connect or
|
||||||
|
disconnect on other servers. The notices have the same format
|
||||||
|
as those from the +c snomask, except that the class is ? and
|
||||||
|
the source server of the notice is the server the user is/was on.
|
||||||
|
</para>
|
||||||
|
<para>
|
||||||
|
No notices are generated for netsplits and netjoins.
|
||||||
|
Hence, these notices cannot be used to keep track of all
|
||||||
|
clients on the network.
|
||||||
|
</para>
|
||||||
|
<para>
|
||||||
|
There is no far equivalent of the +C snomask.
|
||||||
|
</para>
|
||||||
|
</sect2>
|
||||||
<sect2>
|
<sect2>
|
||||||
<title>+k, server kill notices</title>
|
<title>+k, server kill notices</title>
|
||||||
<para>
|
<para>
|
||||||
|
@ -291,6 +313,18 @@
|
||||||
available auth{} block.
|
available auth{} block.
|
||||||
</para>
|
</para>
|
||||||
</sect2>
|
</sect2>
|
||||||
|
<sect2>
|
||||||
|
<title>+W, whois notifications</title>
|
||||||
|
<para>
|
||||||
|
<note>
|
||||||
|
<para>
|
||||||
|
This snomask is only available if the <filename>sno_whois.so</filename> extension is loaded.
|
||||||
|
</para>
|
||||||
|
</note>
|
||||||
|
Opers with +W receive notices when a WHOIS is executed on them
|
||||||
|
on their server (showing idle time).
|
||||||
|
</para>
|
||||||
|
</sect2>
|
||||||
<sect2>
|
<sect2>
|
||||||
<title>+x, extra routing notices</title>
|
<title>+x, extra routing notices</title>
|
||||||
<para>
|
<para>
|
||||||
|
@ -306,8 +340,7 @@
|
||||||
<para>
|
<para>
|
||||||
Opers with +y receive notices when users try to join RESV'ed (<quote>juped</quote>) channels.
|
Opers with +y receive notices when users try to join RESV'ed (<quote>juped</quote>) channels.
|
||||||
Additionally, if certain extension modules are loaded, they will
|
Additionally, if certain extension modules are loaded, they will
|
||||||
receive notices when special commands are used and/or when they
|
receive notices when special commands are used.
|
||||||
are whoised.
|
|
||||||
</para>
|
</para>
|
||||||
</sect2>
|
</sect2>
|
||||||
<sect2>
|
<sect2>
|
||||||
|
|
Loading…
Reference in New Issue