Tinyfugueidle
To make a bot stop to stay within legal limits in tinyfugue one could add the lines of code at the bottom to do:
/idlecheck <command>
like /idlecheck who or /idlecheck /serinth
/def idlecheck = /test idletime := ftime("%@", idle())%;/if (600 > idletime) /repeat -S 1 %*%;/endif
If you want to instead get yourself safe you could do
/set dangerousarea=1
/def idlecheck = /test idletime := ftime("%@", idle())%;/if (600 > idletime) /repeat -S 1 %*%;/elseif (dangerousarea) /dc%;/endif