]> jfr.im git - irc/evilnet/x3.git/blobdiff - src/opserv.help
mod-python: generalised the setting of the PYTHONPATH environment variable
[irc/evilnet/x3.git] / src / opserv.help
index 999fee5e0b135a48dbda5b11e4ebd4fef55c1afa..61b3dc353c84168e4b5da30f86d5c46bb2ee75af 100644 (file)
         "$uSee Also:$u commands, modcmd"
         );
 
-"ADDALERT" ("/msg $O ADDALERT <name> <reaction> <criteria>",
+"ADDALERT" ("/msg $O ADDALERT <name> <reaction> [expire <duration>] <criteria>",
         "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.",
         "   <name> - An alphanumeric word to identify this alert in the list",
         "   <reaction> - What to do if a user matches the criteria. See $bALERT REACTION$b.",
+        "   <duration> - Duration after which the alert should be deleted. See $bdurations$b.",
         "   <criteria> - What to look for. See $bTRACE CRITERIA$b.",
         "Access level: $b${level/addalert}$b",
         "$uSee Also:$u delalert, alert reaction, trace criteria"