]> jfr.im git - irc/rqf/shadowircd.git/commitdiff
Add umode +x to help.
authorB.Greenham <redacted>
Sun, 28 Mar 2010 03:31:39 +0000 (23:31 -0400)
committerB.Greenham <redacted>
Sun, 28 Mar 2010 03:31:39 +0000 (23:31 -0400)
help/opers/umode
help/users/umode

index 4e8db08ff6028ce0c294bcf38fdb7621b86f7f1f..441f658032ed7c8ee1907ddcdeb7cecbd846a66a 100644 (file)
@@ -9,6 +9,7 @@ Usermodes: (* designates that the umode is oper only)
          +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.
                   Use the /oper command to attain this.
        * +a     - Is marked as a server admin in whois.
index 19010007c0c2f4ab2c026b9a50b98f0b197081b5..36a4a850fd4560ea9650e1cfb81e68f7b28011e6 100644 (file)
@@ -1,6 +1,7 @@
 MODE <nick> <+|-><modes>
 
-Usermodes:
+Usermodes: (? designates that the umode is provided by an extension
+            and may not be present on this server) 
 
      USERMODE     DESCRIPTION
 -----------------------------------------------------------------
@@ -11,6 +12,7 @@ Usermodes:
          +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.
          +C     - Prevents you from receiving CTCPs other than ACTION.
          +D     - Deaf - ignores all channel messages.