X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/9a75756eaec94f829e44129141f13ee01d050e8e..6762ab9f67a59526816c13276075d0a2de07819f:/src/opserv.help?ds=sidebyside diff --git a/src/opserv.help b/src/opserv.help index ba72a6b..3a3912f 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" ); @@ -258,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" ); @@ -465,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 [ ]...",