X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/0f6fe38cf6a842e638aa35ac7641e1e792634e2c..ef5e03051fd86d66844d61f3fcc1c7a82957826a:/src/opserv.help diff --git a/src/opserv.help b/src/opserv.help index f23ec13..61b3dc3 100644 --- a/src/opserv.help +++ b/src/opserv.help @@ -1,16 +1,17 @@ "" ( " $O provides Oper Services for the Network. ", " Please choose from the following categories: ", - " $bGOD$b Enabling channel override. ", - " $bPUNISH$b Commands to discipline users.", " $bINFORMATION$b Get information about users. ", " or $O, $C, and $N. ", + " $bPUNISH$b Commands to discipline users.", + " $bCHANNEL$b Channel commands. ", + " $bUSER$b User commands. ", " $bTRACES$b Powerful commands for ", " viewing or acting on lists of", " IRC objects. ", " $bALERTS$b Automated responses. ", + " $bGOD$b Enabling channel override. ", " $bTRACKING$b Tracking commands. (if enabled)", - " $bCHANNEL$b Channel commands. ", " $bCLONES$b Manage trusts and limits. ", " $bROUTING$b Manage the Auto Routing System.", " $bSETTINGS$b View and temporarily change ", @@ -42,6 +43,13 @@ " $bUNGAG$b ...or unignore by mask." ); +"USER" ( + " $bSVSJOIN$b Force a user to join a channel.", + " $bSVSPART$b Force a user to part a channel.", + " $bSVSNICK$b Force a user to change nicks.", + " $bACCESS$b Show/modify $O access level of a user." + ); + "INFORMATION" ( " $bACCESS$b Shows a users $O access level.", " $bSTATS$b Show various lists and runtime info.", @@ -62,7 +70,7 @@ " $bADDALERT$b Make $O automatically do something", " when users match a criteria.", " $bDELALERT$b Remove an alert.", - " $bSTATS ALERT$b See a listing of alerts. " + " $bSTATS ALERTS$b See a listing of alerts. " ); "TRACKING" ( @@ -205,11 +213,12 @@ "$uSee Also:$u commands, modcmd" ); -"ADDALERT" ("/msg $O ADDALERT ", +"ADDALERT" ("/msg $O ADDALERT [expire ] ", "Adds the specified alert to the $b$O$b alert list.", "Alerts watch for users matching a givin criteria and perform an action on them.", " - An alphanumeric word to identify this alert in the list", " - What to do if a user matches the criteria. See $bALERT REACTION$b.", + " - Duration after which the alert should be deleted. See $bdurations$b.", " - What to look for. See $bTRACE CRITERIA$b.", "Access level: $b${level/addalert}$b", "$uSee Also:$u delalert, alert reaction, trace criteria" @@ -510,6 +519,11 @@ "$uSee Also:$u svsjoin, part, trace action" ); +"SVSNICK" ("/msg $O SVSNICK ", + "Forces nick to change nick to newnick", + "$uSee Also:$u svspart, svsjoin" + ); + "MODE" ("/msg $O MODE <#channel> <+/- mode>", "Sets the specified modes (but cannot include voice, ban or op changes) on a channel.", "If the channel is omitted, then $bmode$b will be done in the channel where the command was given.",