static void sleepingBot() { bot(); sleep(); } static void sleepingBot(S name) { bot(name); sleep(); }