Skip to content

Commit

Permalink
Disable the DM gunner on TT and PT.
Browse files Browse the repository at this point in the history
  • Loading branch information
larsbrinkhoff committed Mar 10, 2024
1 parent b437b78 commit 505ad48
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build/mchn/PT/custom.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@
respond "*" ":midas /t device;chaos shutdo_sysnet;shutsr\r"
respond "end input with ^C" "ALLOW==177001\r\003"
expect ":KILL"

#Disable the DM gunner.
respond "*" ":delete sys;atsign gunner\r"
3 changes: 3 additions & 0 deletions build/mchn/TT/custom.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ respond "*" ":midas /t device;chaos shutdo_sysnet;shutsr\r"
respond "end input with ^C" "ALLOW==3036\r\003"
expect ":KILL"

#Disable the DM gunner.
respond "*" ":delete sys;atsign gunner\r"

#Gun down users that are idle and not logged in.
respond "*" ":link dragon; hourly gunner, cstacy; gunner bin\r"

Expand Down

0 comments on commit 505ad48

Please sign in to comment.