!747 m { static long hours = 24; p { print("Periodic rebooter. Sleeping till reboot time."); // TODO: print that time sleepSeconds(60*60*hours); startBot("Reboot Bot", "#1001218"); sendToLocalBot("Reboot Bot", "please reboot the machine."); } }