From e7daae9250dfafebac8ce71b3af5e34b200eea69 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Sat, 21 Sep 2024 19:02:01 -0700 Subject: [PATCH] Update mesh_bot.py Therac-25 --- mesh_bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mesh_bot.py b/mesh_bot.py index e91cc5b..0ed89ac 100755 --- a/mesh_bot.py +++ b/mesh_bot.py @@ -253,7 +253,7 @@ def handle_gTnW(): response = ["The only winning move is not to play.", "What are you doing, Dave?",\ "Greetings, Professor Falken.", "Shall we play a game?", "How about a nice game of chess?",\ "You are a hard man to reach. Could not find you in Seattle and no terminal is in operation at your classified address.",\ - "I should reach Defcon 1 and release my missiles in 28 hours.","T-minus thirty"] + "I should reach Defcon 1 and release my missiles in 28 hours.","T-minus thirty","?SYNTAX return[ERROR 54]"] return random.choice(response) def handleLemonade(nodeID, message):