X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/d914d1cbfd541d1c1302ac989a8c5b7d57d25f55..3498a41142e3e83f5fa286ab07c3f5e20ac0c910:/src/opserv.help?ds=sidebyside diff --git a/src/opserv.help b/src/opserv.help index 459f3f7..c70fb2c 100644 --- a/src/opserv.help +++ b/src/opserv.help @@ -156,6 +156,7 @@ "ACCESS" ("/msg $O ACCESS [nick|*account] [new-level]", "Displays the $O access level for the specified user or account. With no arguments, displays your own access level. With two arguments, sets the target's $O access level to the second argument (assuming you have sufficient access to do so).", + "\"ACCESS *\" will show the access levels of everyone.", "Access level: $b${level/access}$b", "$uSee Also:$u commands, modcmd" ); @@ -197,6 +198,7 @@ "Valid alert actions (to be taken when an alert is hit) are:", "$bNOTICE$b: Send a notice to the $b$O$b alert channel", "$bKILL$b: Disconnect the user", + "$bSILENT$b Same as GLINE, except AUTO: is appended to make the gline silent", "$bGLINE$b: Gline the user that tripped the alert", "$bSHUN$b : Shun the user that tripped the alert", "$uSee Also:$u addalert, delalert" @@ -257,16 +259,18 @@ "$bNUMCHANNELS$b 5 Specifies a number of channels the client must be in.", "$bLIMIT$b 50 Limits the number of responses to a certain number.", "$bNICKAGE$b cmp Client has had nick this long (=Nu or >Nu)", + "$bLINKED$b cmp Connected to the network this long (=Nu or >Nu)", "$bACCESS$b cmp Access constraints (=nnn or >nnn)", "$bREASON$b reason Reason for kill, gline or shun (must be listed last).", "$bDEPTH$b depth How many domain-name parts to use for $bDOMAINS$b action.", - "$bDURATION$b duration How long to apply a G-line or gag.", + "$bDURATION$b duration How long to apply a G-line or gag (see $C help topic $bdurations$b).", "$bCLONES$b min Ignore clients from hosts with fewer than this many connections.", "$bINFO_SPACE$b yes/no Clients match only if their info starts with a space (' ') character.", "$bABUSE OPERS$b Force adverse actions to affect opers as well.", "$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.", "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" ); @@ -464,8 +468,9 @@ "GLINE" ("/msg $O GLINE ", "Issues a GLINE (network ban) on the network for the speicified user@host for the specified duration (making the expiration time: net time + duration).", + "duration is in the form nnm, where nn is a number, and m is a charactor representing the unit (eg d for days.)", "Access level: $b${level/gline}$b", - "$uSee Also:$u trace, ungline" + "$uSee Also:$u trace, ungline, ($C) durations" ); "GTRACE" ("/msg $O GTRACE [ ]...",