X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/7f9e40bf6826c4bee7b36af85132668ae5ab8b3f..c0601d1e22c5c3749ea94c1c4359f9223b732fe4:/src/nickserv.help diff --git a/src/nickserv.help b/src/nickserv.help index e4d2cee..e21f144 100644 --- a/src/nickserv.help +++ b/src/nickserv.help @@ -601,6 +601,7 @@ " 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" ( @@ -612,12 +613,15 @@ " 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 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" ( @@ -629,6 +633,7 @@ " 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", @@ -636,6 +641,8 @@ " 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 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" ); };