X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/ec311f39148004a0a43ce45371bd02c61f19f886..512d7958d12cef042c7324ad086cced98dc720bf:/src/opserv.help diff --git a/src/opserv.help b/src/opserv.help index 1bb86af..150ddbb 100644 --- a/src/opserv.help +++ b/src/opserv.help @@ -71,6 +71,8 @@ "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.", @@ -79,6 +81,8 @@ " $b$b", " $bOPALL$b Op everyone in a channel.", " $bDEOPALL$b Deop everyone in a channel.", + " $bHOPALL$b Half Op everyone in a channel.", + " $bDEHOPALL$b Dehalfop everyone in a channel.", " $bVOICEALL$b Voice everyone in a channel.", " $bDEVOICEALL$b Devoice everyone in a channel.", " $bKICKALL$b Kick everyone from a channel.", @@ -160,7 +164,9 @@ " $bDELEXEMPT$b Remove an exception of the illegal word list.", " $b$b", " $bDUMP$b Drop safetychecked server protocol to the server. ", - " $bRAW$b Drop raw server protocol to the server. (DANGEROUS!)" + " $bRAW$b Drop raw server protocol to the server. (DANGEROUS!)", + " $b$b", + " $bRESETMAX$b Reset the maximum recorded users. (used in the event of a clone flood)" ); @@ -398,6 +404,20 @@ "$uSee Also:$u deop, devoiceall, op, opall" ); +"DEHOP" ("/msg $O DEHOP <#channel> [nick]...", + "Dehalfops the specified user from the specified channel.", + "If the channel is omitted, then $bdehop$b will be done in the channel where the command was given.", + "Access level: $b${level/dehalfop}$b", + "$uSee Also:$u dehalfopall, hop, hopall" + ); + +"DEHOPALL" ("/msg $O DEHOPALL <#channel>", + "Dehalfops all members of the specified channel.", + "If the channel is omitted, then $bdehopall$b will be done in the channel where the command was given.", + "Access level: $b${level/dehopall}$b", + "$uSee Also:$u dehop, hop, hopall" + ); + "DEVOICEALL" ("/msg $O DEVOICEALL <#channel>", "Devoice all members of the specified channel who do not have channel ops.", "If the channel is omitted, then $bdevoiceall$b will be done in the channel where the command was given.", @@ -454,6 +474,20 @@ "$uSee Also:$u deopall" ); +"HOP" ("/msg $O HOP <#channel> [nick]...", + "Half ops specified nicknames the specified channel.", + "If the channel is omitted, then $bhop$b will be done in the channel where the command was given.", + "Access level: $b${level/hop}$b", + "$uSee Also:$u dehop, dehopall, hopall" + ); + +"HOPALL" ("/msg $O HOPALL <#channel>", + "Half ops all members of the specified channel.", + "If the channel is omitted, then $bhopall$b will be done in the channel where the command was given.", + "Access level: $b${level/hopall}$b", + "$uSee Also:$u dehopall" + ); + "VOICEALL" ("/msg $O VOICEALL <#channel>", "Voices all members of the specified channel who do not have channel ops.", "If the channel is omitted, then $bvoiceall$b will be done in the channel where the command was given.", @@ -794,5 +828,9 @@ "Lists all currently active tracks.", "$uSee Also:$u addtrack deltrack"); +"RESETMAX" ("/msg $O RESETMAX", + "Resets the max clients number to the current ammount of connected clients. Use with caution.", + "$uSee Also:$u stats max"); + "INDEX" "${index}";