]> jfr.im git - irc/evilnet/x3.git/blobdiff - src/opserv.help
Merged in srvx 1.4-RC1 changes. DNSBL parts are missing as it hasnt even been impleme...
[irc/evilnet/x3.git] / src / opserv.help
index f23ec13b916cdb8b5de4968ef1feaf26dbca20e9..0ff7945f62c7a6b6109f9c2c218994266e629ba3 100644 (file)
             );
 
 "CHANNEL"  (
-            "  $bOP$b      Op someone.",
-            "  $bDEOP$b    Deop someone.",
-            "  $bHOP$b     Half Op someone.",
-            "  $bDEHOP$b   DeHalfop someone.",
-            "  $bVOICE$b   Voice someone.",
-            "  $bDEVOICE$b Devoice someone.",
-            "  $bKICK$b    Kick someone.",
-            "  $bBAN$b     Ban someone.",
-            "  $bKICKBAN$b Kickban someone.",
+            "  $bOP$b        Op someone.",
+            "  $bDEOP$b      Deop someone.",
+            "  $bHOP$b       Half Op someone.",
+            "  $bDEHOP$b     DeHalfop someone.",
+            "  $bVOICE$b     Voice someone.",
+            "  $bDEVOICE$b   Devoice someone.",
+            "  $bFORCEKICK$b Force kick +k user.",
+            "  $bKICK$b      Kick someone.",
+            "  $bBAN$b       Ban someone.",
+            "  $bKICKBAN$b   Kickban someone.",
             "  $b$b",
             "  $bOPALL$b      Op everyone in a channel.",
             "  $bDEOPALL$b    Deop everyone in a channel.",
         "$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.",
+        "$bABUSE TRUSTED$b            Force adverse actions to affect users on trusted hosts as well.",
+        "$bTARGET$b                   Send alert notice to this channel.",
         "$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.",
         "Kicks the specified user from the specified channel.",
         "If the channel is omitted, then $bkick$b will be done in the channel where the command was given.",
         "Access level: $b${level/kick}$b",
-        "$uSee Also:$u ban, kickall, kickban, kickbanall"
+        "$uSee Also:$u ban, kickall, kickban, kickbanall, forcekick"
         );
 
+"FORCEKICK" ("/msg $O FORCEKICK <#channel> <nick> [reason]",
+        "Kicks the specified user from the specified channel even if he is a channel service (+k).",
+        "If the channel is omitted, then $bforcekick$b will be done in the channel where the command was given.",
+        "$uSee Also:$u ban, kick, kickall, kickban, kickbanall");
+
 "KICKALL" ("/msg $O KICKALL <#channel> [reason]",
         "Kicks all users in the specified channel except for the user issuing the command.",
         "If the channel is omitted, then $bkickall$b will be done in the channel where the command was given.",
         "$bLIMIT$b count            Limits the number of matching glines.",
         "$bREASON$b reason          Looks for glines with the given reason.",
         "$bISSUER$b account         Looks for glines issued by the given account.",
+        "$bLASTMOD$b interval       Looks for glines last modified in the specified time.",
         "$bAFTER$b interval         Looks for glines that expire more than $binterval$b in the future.",
         "$uSee Also:$u gtrace action, gtrace"
         );
         "$bLIMIT$b count            Limits the number of matching shuns.",
         "$bREASON$b reason          Looks for shuns with the given reason.",
         "$bISSUER$b account         Looks for shuns issued by the given account.",
+        "$bLASTMOD$b interval       Looks for shuns last modified in the specified time.",
         "$bAFTER$b interval         Looks for shuns that expire more than $binterval$b in the future.",
         "$uSee Also:$u strace action, strace"
         );