X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/6762ab9f67a59526816c13276075d0a2de07819f..acb6d53d17786553d48c54b74cf2b7df3e362227:/src/opserv.help diff --git a/src/opserv.help b/src/opserv.help index 3a3912f..4ddd9c6 100644 --- a/src/opserv.help +++ b/src/opserv.help @@ -9,6 +9,7 @@ " viewing or acting on lists of", " IRC objects. ", " $bALERTS$b Automated responses. ", + " $bTRACKING$b Tracking commands. (if enabled)", " $bCHANNEL$b Channel commands. ", " $bCLONES$b Manage trusts and limits. ", " $bSETTINGS$b View and temporarily change ", @@ -58,6 +59,15 @@ " $bSTATS ALERT$b See a listing of alerts. " ); +"TRACKING" ( + " These commands only work if the tracking module has been compiled in", + " $b$b", + " $bTRACK$b Display and set tracking options.", + " $bADDTRACK$b Adds a nick to the tracking list.", + " $bDELTRACK$b Deletes an active track.", + " $bLISTTRACK$b Lists all active tracks.", + ); + "CHANNEL" ( " $bOP$b Op someone.", " $bDEOP$b Deop someone.", @@ -150,13 +160,15 @@ " $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)" ); "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 *\" will show the access levels of everyone.", "Access level: $b${level/access}$b", "$uSee Also:$u commands, modcmd" ); @@ -200,6 +212,7 @@ "$bKILL$b: Disconnect the user", "$bSILENT$b Same as GLINE, except AUTO: is appended to make the gline silent", "$bGLINE$b: Gline the user that tripped the alert", + "$bTRACK$b: Send a notice to the $b$O$b alert channel and track the user (if the tracking module is loaded)", "$bSHUN$b : Shun the user that tripped the alert", "$uSee Also:$u addalert, delalert" ); @@ -756,5 +769,36 @@ "Access level: $b${level/stats}$b", ); +"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", + "tracking options available, use NONE to completly disable them.", + "Available flags are:", + "auth - Auths", + "chanmode - Channel Modes", + "del - Quits", + "join - Joins", + "kick - Kicks", + "new - New Nicks", + "nick - Nick Changes", + "part - Parts", + "umode - Umodes"); + +"ADDTRACK" ("/msg $O ADDTRACK ", + "Adds the given to the tracking list.", + "$uSee Also:$u deltrack listtrack addalert"); + +"DELTRACK" ("/msg $O DELTRACK ", + "Removes the given from the tracking list.", + "$uSee Also:$u deltrack listtrack"); + +"LISTTRACK" ("/msg $O LISTTRACK", + "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}";