Add umode +x to help.
This commit is contained in:
parent
8fa2ba9c88
commit
1705ff0b31
|
@ -9,6 +9,7 @@ Usermodes: (* designates that the umode is oper only)
|
||||||
+G - "soft caller id" mode - same as +g but automatically allows
|
+G - "soft caller id" mode - same as +g but automatically allows
|
||||||
anyone who's in a common channel with you to message you.
|
anyone who's in a common channel with you to message you.
|
||||||
+w - Can see oper and server wallops.
|
+w - Can see oper and server wallops.
|
||||||
|
? +x - Has a cloaked host.
|
||||||
+o - Designates this client is an IRC Operator.
|
+o - Designates this client is an IRC Operator.
|
||||||
Use the /oper command to attain this.
|
Use the /oper command to attain this.
|
||||||
* +a - Is marked as a server admin in whois.
|
* +a - Is marked as a server admin in whois.
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
MODE <nick> <+|-><modes>
|
MODE <nick> <+|-><modes>
|
||||||
|
|
||||||
Usermodes:
|
Usermodes: (? designates that the umode is provided by an extension
|
||||||
|
and may not be present on this server)
|
||||||
|
|
||||||
USERMODE DESCRIPTION
|
USERMODE DESCRIPTION
|
||||||
-----------------------------------------------------------------
|
-----------------------------------------------------------------
|
||||||
|
@ -11,6 +12,7 @@ Usermodes:
|
||||||
+G - "soft caller id" mode - same as +g but automatically allows
|
+G - "soft caller id" mode - same as +g but automatically allows
|
||||||
anyone who's in a common channel with you to message you.
|
anyone who's in a common channel with you to message you.
|
||||||
+w - Can see oper wallops.
|
+w - Can see oper wallops.
|
||||||
|
? +x - Has a cloaked host.
|
||||||
+B - Marks you as a bot in /whois.
|
+B - Marks you as a bot in /whois.
|
||||||
+C - Prevents you from receiving CTCPs other than ACTION.
|
+C - Prevents you from receiving CTCPs other than ACTION.
|
||||||
+D - Deaf - ignores all channel messages.
|
+D - Deaf - ignores all channel messages.
|
||||||
|
|
Loading…
Reference in New Issue