follow UMODE help convention for snomasks that require an extention
This commit is contained in:
parent
2c2f982971
commit
9b120c570c
1 changed files with 4 additions and 2 deletions
|
@ -1,6 +1,8 @@
|
||||||
MODE <nick> +s <+|-><modes>
|
MODE <nick> +s <+|-><modes>
|
||||||
|
|
||||||
Server notice masks:
|
Server notice masks: (? designates that the snomask is provided
|
||||||
|
by an extension and may not be present
|
||||||
|
on this server)
|
||||||
|
|
||||||
SNOMASK DESCRIPTION
|
SNOMASK DESCRIPTION
|
||||||
-----------------------------------------------------------------
|
-----------------------------------------------------------------
|
||||||
|
@ -10,7 +12,7 @@ Server notice masks:
|
||||||
+C - Extended local client connections and exits
|
+C - Extended local client connections and exits
|
||||||
+d - Server debug messages
|
+d - Server debug messages
|
||||||
+f - Clients refused due to limits
|
+f - Clients refused due to limits
|
||||||
+F - Global client connections and exits
|
? +F - Global client connections and exits
|
||||||
+k - Server and service kill messages
|
+k - Server and service kill messages
|
||||||
+n - Local client nick changes
|
+n - Local client nick changes
|
||||||
+r - Invalid usernames and DNSBL listings
|
+r - Invalid usernames and DNSBL listings
|
||||||
|
|
Loading…
Reference in a new issue