From 41e74d505d90b86667271ca2bbf84dd81cc94b25 Mon Sep 17 00:00:00 2001 From: Lars Brinkhoff Date: Sun, 22 Oct 2023 13:52:48 +0200 Subject: [PATCH] Gun down TT and HX users that are idle and not logged in. --- build/mchn/HX/custom.tcl | 2 ++ build/mchn/TT/custom.tcl | 3 +++ 2 files changed, 5 insertions(+) create mode 100644 build/mchn/HX/custom.tcl diff --git a/build/mchn/HX/custom.tcl b/build/mchn/HX/custom.tcl new file mode 100644 index 00000000..15cb90c4 --- /dev/null +++ b/build/mchn/HX/custom.tcl @@ -0,0 +1,2 @@ +#Gun down users that are idle and not logged in. +respond "*" ":link dragon; hourly gunner, cstacy; gunner bin\r" diff --git a/build/mchn/TT/custom.tcl b/build/mchn/TT/custom.tcl index 2676511e..5e42c4dc 100644 --- a/build/mchn/TT/custom.tcl +++ b/build/mchn/TT/custom.tcl @@ -2,3 +2,6 @@ respond "*" ":midas /t device;chaos shutdo_sysnet;shutsr\r" respond "end input with ^C" "ALLOW==3036\r\003" expect ":KILL" + +#Gun down users that are idle and not logged in. +respond "*" ":link dragon; hourly gunner, cstacy; gunner bin\r"