X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/20517d4824ea646f507b84b235973db4502b7f77..075d79322a27a1e04807a9f4b85a52c7eb7c3ede:/src/opserv.help diff --git a/src/opserv.help b/src/opserv.help index 8d69a89..8a913cd 100644 --- a/src/opserv.help +++ b/src/opserv.help @@ -73,6 +73,13 @@ " $bDELTRACK$b Deletes an active track.", " $bLISTTRACK$b Lists all active tracks.", ); + +"PRIVILEGE" ( + " The Privilege list system: ", + " $b$b", + " $bPRIVSET$b Set and unset privileges on the fly." + ); + "ROUTING" ( " The Auto Routing System: ", " $b$b", @@ -145,6 +152,7 @@ " $bJUPE$b Create dummy server.", " $bUNJUPE$b Remove a dummy server.", " $b$b", + " $bDEFCON$b Manipulate the DefCon system.", " $bREFRESHG$b Refresh the Glines.", " $bREFRESHS$b Refresh the Shuns.", " $bSETTIME$b Synchronize time across the network.", @@ -571,6 +579,11 @@ "$uSee Also:$u refreshg, gline, ungline" ); +"DEFCON" ("/msg $O DEFCON [1|2|3|4|5]", + "The defcon system can be used to implement a pre-defined set of restrictions to services useful during an attempted attack on the network. Not specifying a level will cause $O to display the currently set defcon level and options if the level is below 5", + "Access level: $b${level/defcon}$b", + ); + "REFRESHG" ("/msg $O REFRESHG [server]", "Re-issues all GLINES in $b$O's$b database. Usually used for newly joining or desynched servers. If a server mask is specified, the GLINES are only sent to server(s) with matching names.", "Access level: $b${level/refreshg}$b", @@ -777,6 +790,12 @@ "$uSee also:$u routing, routing set", ); +"PRIVSET" ("/msg $O PRIVSET <+/-flag>", + "Allows $O to set flags on users.", + "Access level: $b${level/privset}$b", + "$uSee also: privflags" + ); + "UNRESERVE" ("/msg $O UNRESERVE ", "Removes a nick from $b$O's$b reserve list.", "Access level: $b${level/unreserve}$b",