]> jfr.im git - irc/evilnet/x3.git/blobdiff - src/nickserv.help
testing again
[irc/evilnet/x3.git] / src / nickserv.help
index e4d2cee0077afe1e511589c91b08f25c75fa693d..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" (
         "  SEEN       - Accounts not seen for at least this long",
         "  ACCOUNTMASK - A glob that must match the account name",
         "  EMAIL      - A glob that must match the account's email address",
+        "  TITLE      - A glob that must match the account's title",
         "  HOSTMASK SUPERSET - Account matches if someone with this hostmask can auth to the account",
         "  HOSTMASK EXACT - Account matches if this exact hostmask is in list",
         "  HOSTMASK SUBSET - Account matches if this mask \"covers\" one in their userlist",
        "  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" (
         "  SEEN       - Accounts not seen for at least this long",
         "  ACCOUNTMASK - A glob that must match the account name",
         "  EMAIL      - A glob that must match the account's email address",
+        "  TITLE      - A glob that must match the account's title",
         "  NICKMASK   - A glob that must match a nick registered to the account",
         "  HOSTMASK SUPERSET - Account matches if someone with this hostmask can auth to the account",
         "  HOSTMASK EXACT - Account matches if this exact hostmask is in list",
         "  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"
         );
 };