X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/39c1a4efe0cbf736c421555ae05032089074e2ba..c9bf23febfe7c108b9da7dd1937b586eace40812:/src/opserv.help diff --git a/src/opserv.help b/src/opserv.help index 1eefd6b..e22561d 100644 --- a/src/opserv.help +++ b/src/opserv.help @@ -272,8 +272,8 @@ "TRACE" ("/msg $O TRACE [ ]...", "Searches through the current users for those matching the specified criteria, and applies the specified action to them. A detailed list of actions can be found in $bhelp trace action$b and a list of criteria in $bhelp trace criteria$b.", - "Quick Ref ACTIONS: PRINT, COUNT, KILL, GLINE, SHUN, GAG, DOMAINS, VERSION, SVSJOIN, SVSPART", - "Quick Ref CRITERIA: MASK, NICK, IDENT, HOST, INFO, SERVER, IP, ACCOUNT, AUTHED, CHANNEL, NUMCHANNELS, LIMIT, NICKAGE, ACCESS, REASON, DEPTH, DURATION, CLONES, INFO_SPACE, ABUSE OPERS, LOG, REGEX, SILENT, VERSION", + "Quick Ref ACTIONS: PRINT, COUNT, KILL, GLINE, SHUN, GAG, DOMAINS, SVSJOIN, SVSPART, VERSION", + "Quick Ref CRITERIA: MASK, NICK, IDENT, HOST, INFO, SERVER, IP, ACCOUNT, AUTHED, CHANNEL, NUMCHANNELS, LIMIT, NICKAGE, ACCESS, REASON, DEPTH, DURATION, CLONES, INFO_SPACE, ABUSE OPERS, LOG, REGEX, CHANTARGET, SILENT, VERSION", "Access level: $b${level/trace}$b", "$uSee Also:$u trace action, trace criteria" ); @@ -287,10 +287,10 @@ "$bSHUN$b: Issue a shun for the client's host (by default, 1 hour long).", "$bGAG$b: Gag all matching users (by default, does not expire).", "$bDOMAINS$b: Display counts of users in each domain (length specified by DEPTH criteria.", - "$bVERSION$b: Issue a ctcp version for the clients who match.", - "$bSVSJOIN$b: Force join the matching clients into the specified target channel.", - "$bSVSPART$b: Force part the matching clients into the specified target channel.", - "Note: By default, IRC operators are not affected by the KILL, GLINE, SHUN, or GAG actions. You can override this by specifying the $bABUSE OPERS$b criteria for a trace. Even if you do specify $bABUSE OPERS$b, it will not affect opers at your access level or above.", + "$bSVSJOIN$b: Force users to join channel givin in chantarget criteria.", + "$bSVSPART$b: Force part the matching clients out of the specified target channel.", + "$bVERSION$b: Query for the users CTCP VERSION reply.", + "Note: By default, IRC operators are not affected by the KILL, GLINE, SHUN or GAG actions. You can override this by specifying the $bABUSE OPERS$b criteria for a trace. Even if you do specify $bABUSE OPERS$b, it will not affect opers at your access level or above.", "$uSee Also:$u trace criteria, trace" ); @@ -320,7 +320,8 @@ "$bLOG$b Record matching users in $O's log file (in addition to acting).", "$bREGEX$b yes/no Specifies if NICK/IDENT/HOST/INFO should be treated as a regular expression.", "$bSILENT$b yes/no If yes, AUTO is prepended to the gline message, making the gline silent in nefarious ircd.", - "$bVERSION$b version Specifies a users version to search for.", + "$bVERSION$b version If they have been queried using the VERSION action and responded, they are matched if the reply they give matches.", + "$CHANTARGET$b #channel For use with SVSJOIN action, this specifies the channel they are svsjoined to.", "Additionally, the $bCHANNEL$b target may be prefixed with @ to select channel operators, + to select voiced users (will not select chanops unless @ is also used), or - to select non-voiced non-chanop users. For example, CHANNEL #foo will select all users in #foo; CHANNEL +#foo will select only users voiced in #foo; CHANNEL @+#foo will select ops and voiced users in #foo; etc.", "When searching on the criteria of nick, ident, or info, the search string can be another of the three, prefixed with a & character, to indicate that the match should compare each user's individual data. For example, $binfo &nick$b would search for all users whose info matches their nick. To search for that phrase explicitly, prefix the & with a backslash; e.g.: $binfo \&ident$b.", "$uSee Also:$u trace action, trace"