From 6a66d9c0977953a8937ede09ad4cb2d8af43a663 Mon Sep 17 00:00:00 2001 From: Max Litruv Boonzaayer Date: Sat, 7 Mar 2026 12:53:27 +1100 Subject: [PATCH] clickable chat --- website/terminal.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/website/terminal.js b/website/terminal.js index 1475b8d..f1016fb 100644 --- a/website/terminal.js +++ b/website/terminal.js @@ -759,11 +759,10 @@ async function writeStartupChatMotd() { if (lastMessageAge) { term.writeln(` #generalchat · last message ${lastMessageAge} · @litruv:b.ruv.wtf ${onlineText}`); - term.writeln(` Run 'chat' to join in on the conversation`); } else { term.writeln(` #generalchat · @litruv:b.ruv.wtf ${onlineText}`); - term.writeln(` Run 'chat' to join in on the conversation`); } + writeClickable(` Run [command=chat] to join in on the conversation`); term.writeln(''); } catch (error) { // Ignore MOTD fetch issues to avoid blocking terminal startup.