Minor umode help file cleanups.
This commit is contained in:
parent
1705ff0b31
commit
d220e9457d
|
@ -1,13 +1,13 @@
|
|||
MODE <nick> <+|-><modes>
|
||||
|
||||
Usermodes: (* designates that the umode is oper only)
|
||||
(? designates that the umode is provided by an extension
|
||||
and may not be present on this server)
|
||||
|
||||
USERMODE DESCRIPTION
|
||||
-----------------------------------------------------------------
|
||||
+i - Designates this client 'invisible'.
|
||||
+g - "caller id" mode only allow accept clients to message you
|
||||
+G - "soft caller id" mode - same as +g but automatically allows
|
||||
anyone who's in a common channel with you to message you.
|
||||
+w - Can see oper and server wallops.
|
||||
? +x - Has a cloaked host.
|
||||
+o - Designates this client is an IRC Operator.
|
||||
|
@ -22,5 +22,7 @@ Usermodes: (* designates that the umode is oper only)
|
|||
+D - Deaf - ignores all channel messages.
|
||||
+Q - Prevents you from being affected by channel forwarding.
|
||||
+R - Prevents non accept unidentified users from messaging you.
|
||||
+G - "soft caller id" mode - same as +g but automatically allows
|
||||
anyone who's in a common channel with you to message you.
|
||||
+V - Prevents you from receiving invites.
|
||||
+Z - Is connected via SSL (cannot be set or unset).
|
||||
|
|
|
@ -9,8 +9,6 @@ Usermodes: (? designates that the umode is provided by an extension
|
|||
Use the /oper command to attain this.
|
||||
+i - Designates this client 'invisible'.
|
||||
+g - "caller id" mode only allow accept clients to message you
|
||||
+G - "soft caller id" mode - same as +g but automatically allows
|
||||
anyone who's in a common channel with you to message you.
|
||||
+w - Can see oper wallops.
|
||||
? +x - Has a cloaked host.
|
||||
+B - Marks you as a bot in /whois.
|
||||
|
@ -18,5 +16,7 @@ Usermodes: (? designates that the umode is provided by an extension
|
|||
+D - Deaf - ignores all channel messages.
|
||||
+Q - Prevents you from being affected by channel forwarding.
|
||||
+R - Prevents non accept unidentified users from messaging you.
|
||||
+G - "soft caller id" mode - same as +g but automatically allows
|
||||
anyone who's in a common channel with you to message you.
|
||||
+V - Prevents you from receiving invites.
|
||||
+Z - Is connected via SSL (cannot be set or unset).
|
||||
|
|
Loading…
Reference in New Issue