X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/ffd8a4c94ccfe63755aa6145e03ea128cc710eec..39c1a4efe0cbf736c421555ae05032089074e2ba:/src/opserv.help?ds=sidebyside diff --git a/src/opserv.help b/src/opserv.help index 8a913cd..1eefd6b 100644 --- a/src/opserv.help +++ b/src/opserv.help @@ -245,6 +245,9 @@ "$bGLINE$b: Gline the user that tripped the alert", "$bTRACK$b: Send a notice to the $b$O$b alert channel and track the user (if the tracking module is loaded)", "$bSHUN$b : Shun the user that tripped the alert", + "$bVERSION$b : Check the version on the user that tripped the alert", + "$bSVSJOIN$b : Force the user that tripped the alert to join the target channel", + "$bSVSPART$b : Force the user that tripped the alert to part the target channel", "$uSee Also:$u addalert, delalert" ); @@ -269,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", - "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", + "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", "Access level: $b${level/trace}$b", "$uSee Also:$u trace action, trace criteria" ); @@ -284,7 +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.", - "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.", + "$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.", "$uSee Also:$u trace criteria, trace" ); @@ -314,6 +320,7 @@ "$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.", "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"