X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/73ac2ca6bf965e933233aacdf2c6a56a2d041b81..857925cb7eb1cb11770bd0de568adec34e89fcfc:/src/nickserv.help?ds=inline diff --git a/src/nickserv.help b/src/nickserv.help index a44308a..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" ( @@ -619,6 +620,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" ); "!/services/nickserv/disable_nicks" ( @@ -638,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" ); };