]> jfr.im git - irc/evilnet/x3.git/blobdiff - src/nickserv.help
Fix for crash bug during burst where X3 sends a B (BURST) message with a channel...
[irc/evilnet/x3.git] / src / nickserv.help
index a44308a2c7889dff81223ea4c08c9b5de23a1a16..e21f14448086657afac197ec8d288a56beecf568 100644 (file)
         "  PRINT      - Print matching accounts",
         "  COUNT      - Count matching accounts",
         "  UNREGISTER - Unregister matching accounts",
+        "  SET        - Set the SETWHAT criteria to the SETVALUE criteria",
         "$uSee Also:$u search, search criteria");
 "SEARCH CRITERIA" {
         "/services/nickserv/disable_nicks" (
        "  HOSTMASK LASTQUIT - Account matches if this mask \"covers\" user was last seen using",
         "  HOSTMASK   - A glob that must match a hostmask for the account (equivalent to HOSTMASK SUPERSET)",
         "  ACCESS     - An $O access constraint (<nnn, <=nnn, =nnn, >=nnn or >nnn)",
+        "  SETWHAT    - Required for SET action, this is the setting to set",
+        "  SETVALUE   - Required for SET action, this is the etting value to set",
         "$uSee Also:$u search, search action"
         );
         "!/services/nickserv/disable_nicks" (
         "  HOSTMASK LASTQUIT - Account matches if this mask \"covers\" user was last seen using",
         "  HOSTMASK   - A glob that must match a hostmask for the account (equivalent to HOSTMASK SUPERSET)",
         "  ACCESS     - An $O access constraint (<nnn, <=nnn, =nnn, >=nnn or >nnn)",
+        "  SETWHAT    - Required for SET action, this is the setting to set",
+        "  SETVALUE   - Required for SET action, this is the etting value to set",
         "$uSee Also:$u search, search action"
         );
 };