From: Matthew Beeching Date: Fri, 16 Aug 2019 03:07:06 +0000 (+0100) Subject: Added help for trace and addalert tempshun actions X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/commitdiff_plain/4351f7dfb3b91b764d64354b1a37fb28a0687323 Added help for trace and addalert tempshun actions --- diff --git a/src/opserv.help b/src/opserv.help index c6b8cf8..5e86c02 100644 --- a/src/opserv.help +++ b/src/opserv.help @@ -255,6 +255,7 @@ "$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", + "$bTEMPSHUN$b : Temporarily 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", @@ -288,7 +289,7 @@ "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, PRIVMSG, NOTICE, KILL, GLINE, SHUN, GAG, DOMAINS, SVSJOIN, SVSPART, VERSION", + "Quick Ref ACTIONS: PRINT, COUNT, PRIVMSG, NOTICE, KILL, GLINE, SHUN, TEMPSHUN, 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, CHECKRESTRICTIONS ABUSE OPERS, LOG, REGEX, CHANTARGET, SILENT, VERSION, MARKED", "Access level: $b${level/trace}$b", "$uSee Also:$u trace action, trace criteria" @@ -296,19 +297,20 @@ "TRACE ACTION" ("$bTRACE ACTION$b", "Options for action in $btrace$b are:", - "$bPRINT$b: Display the hostmask to you.", - "$bCOUNT$b: Count all matching users.", - "$bPRIVMSG$b: Send a PRIVMSG to all matching users containing REASON.", - "$bNOTICE$b: Send a NOTICE to all matching users containing REASON.", - "$bKILL$b: Kill matching clients.", - "$bGLINE$b: Issue a gline for the client's host (by default, 1 hour long).", - "$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.", - "$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.", - "$bMARK$b: Set a nefarius 'mark' named via the mark criteria as if the user were in that dnsbl.", + "$bPRINT$b: Display the hostmask to you.", + "$bCOUNT$b: Count all matching users.", + "$bPRIVMSG$b: Send a PRIVMSG to all matching users containing REASON.", + "$bNOTICE$b: Send a NOTICE to all matching users containing REASON.", + "$bKILL$b: Kill matching clients.", + "$bGLINE$b: Issue a gline for the client's host (by default, 1 hour long).", + "$bSHUN$b: Issue a shun for the client's host (by default, 1 hour long).", + "$bTEMPSHUN$b: Issue a temporary shun that affects only the targeted users.", + "$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.", + "$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.", + "$bMARK$b: Set a nefarius 'mark' named via the mark criteria as if the user were in that dnsbl.", "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" );