]> jfr.im git - irc/evilnet/x3.git/blobdiff - src/opserv.help
update memoserv help
[irc/evilnet/x3.git] / src / opserv.help
index 392bdee321f6061939907d64ef1779c45de281e7..0b96691bd1b0222ea7244a047958e3054d6865eb 100644 (file)
         "$uSee also:$u /msg $O HELPSERV HELP"
         );
 
-"QUERY" ("/msg $O QUERY <option>",
-        "Displays the value of the given configuration key.  If the key is a composite entry, show the subkeys inside it.",
+"QUERY" ("/msg $O QUERY [key][/<sub-key>[/<sub-sub-key>]...]",
+        "Displays the value of the given configuration key.  ",
+        "If the key is a composite entry, show the subkeys inside it.",
+        "Examples:",
+        " QUERY                    - shows 1st level keys ",
+        " QUERY services/chanserv  - shows list of chanserv settings ",
+        " QUERY services/chanserv/chan_expire_delay - shows value ",
         "Access level: $b${level/query}$b",
         "$uSee Also:$u set, rehash"
         );