]> jfr.im git - irc/evilnet/x3.git/blobdiff - src/nickserv.help
testing again
[irc/evilnet/x3.git] / src / nickserv.help
index 6872a132be57f6e47b072ce55ea1a213dfca05a8..e21f14448086657afac197ec8d288a56beecf568 100644 (file)
         "$uSee Also:$u accountinfo, nickinfo, userinfo"
         );
 };
-"SET LANGUAGE" ("/msg $S SET LANGUAGE <langname>",
+"SET LANGUAGE" ("/msg $N SET LANGUAGE <langname>",
         "Sets the language that $S and other services will use when sending you messages.",
         "If a particular message is not available in your language, it will use the closest match it has.",
         "Supported languages are: ${modcmd:languages}",
         "$uSee Also:$u set");
-"SET STYLE" ("/msg $S SET STYLE <style>",
+"SET STYLE" ("/msg $N SET STYLE <style>",
         "Sets the output style that $S and other services will use when sending you messages.",
         "The style can be:.",
         "   Normal    - userlist has ----- seprators and does not show numeric levels.",
         "  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"
         );
 };