From 88cb6f4c248bfe0fa3c298075ed395f4b566ca2e Mon Sep 17 00:00:00 2001 From: Stefan Harmuth Date: Sat, 17 Dec 2022 10:15:25 +0100 Subject: [PATCH] aocbot: highlight "not yet solved" :) --- aocrr_bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aocrr_bot.py b/aocrr_bot.py index b165cfe..1263feb 100644 --- a/aocrr_bot.py +++ b/aocrr_bot.py @@ -78,7 +78,7 @@ def command_today(msg_from: str, message: str): datetime.fromisoformat(cache[member]['days'][day]['2']) - day_start ) else: - p2_time = "not yet solved" + p2_time = "*not yet solved*" ircbot.privmsg( IRC_CHANNEL,