X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/8709474a78ba630454a2db2e36ace993bd06d03f..283cfa834c5e05d55462ffe643f0c301ef21ed4a:/src/opserv.help diff --git a/src/opserv.help b/src/opserv.help index feb14de..47442a9 100644 --- a/src/opserv.help +++ b/src/opserv.help @@ -92,7 +92,7 @@ " $bROUTING MAP$b Show what the active routing plan says the network should look like.", " $bREROUTE$b Connect servers to the network, optionally squiting them first to change the routing.", " $b$b ", - " Start by creating a routing plan, and then adding servers to it, with their listning port, uplink, and a backup uplink. You can view it in $bSTATS ROUTING$b. Take care not to create loops, and that you make everything connected. Then set your new plan ACTIVE using $bROUTING SET$b. $O does the rest! See help topic $bROUTING EXAMPLE$b for a working example." + " Start by creating a routing plan, and then adding servers to it, with their listning port, uplink, and a backup uplink. You can view it in $bSTATS ROUTING planname$b. Take care not to create loops, and that you make everything connected. Then set your new plan ACTIVE using $bROUTING SET$b. $O does the rest! See help topic $bROUTING EXAMPLE$b for a working example." ); "CHANNEL" ( @@ -710,7 +710,7 @@ "ROUTING ADDPLAN" ("/msg $O ROUTING ADDPLAN ", "Creates a new blank routing plan named name.", "You can then use $bROUTING ADDSERVER$b to build it.", - "Use $bSTATS ROUTING$b to view it, and $bROUTING SET ACTIVE$b to activate it.", + "Use $bSTATS ROUTING [name]$b to view it, and $bROUTING SET ACTIVE$b to activate it.", "$uSee Also:$u routing, stats routing, routing delplan, routing set, routing addserver" ); "ROUTING DELPLAN" ("/msg $O ROUTING DELPLAN ", @@ -793,8 +793,9 @@ "$uSee also:$u routing, routing map, stats routing", ); -"STATS ROUTING" ("/msg $O STATS ROUTING", +"STATS ROUTING" ("/msg $O STATS ROUTING [planmask]", "Provides information about The Auto Routing System's configuration. You can see the routing plans, and the current routing options.", + " If planmask is provided, you will see the full details for any plans matching the mask (* and ? wildcards)", "$uSee also:$u routing, routing set", ); @@ -938,12 +939,20 @@ "$bMODULES$b: Shows loaded modules that implement commands.", "$bSERVICES$b: Shows active service bots.", "Access level: $b${level/stats}$b", + "$b$b", + "$uSee Also:$u stats alerts" ); -"STATS ALERTS" ("/msg $O STATS ALERTS [filter]", - "Show alerts. If filter is given, only alerts whose criteria string matches the filter (use * and ? for wildcards)", +"STATS ALERTS" ("/msg $O STATS ALERTS [Owner|Filter]", + "Show alerts. If a parameter is given, only alerts who match it are shown.", + "$b$b", + " Owner - the account name of whoever created the alert", + " Filter - A wildcard (* and ?) match string compared against the criteria string", + "$b$b", "Example: STATS ALERTS *nick phil*", + "$uSee Also:$u addalert, delalert, stats" ); + "TRACK" ("/msg $O TRACK <+/-type|all|none>", "This specifies what will be tracked in the tracking channel.", "Use + to add flags and - to remove types. Use ALL to enable all",