mirror of
https://github.com/litruv/lit.ruv.wtf.git
synced 2026-07-24 02:36:02 +10:00
clickable chat
This commit is contained in:
@@ -759,11 +759,10 @@ async function writeStartupChatMotd() {
|
|||||||
|
|
||||||
if (lastMessageAge) {
|
if (lastMessageAge) {
|
||||||
term.writeln(` #generalchat · last message ${lastMessageAge} · @litruv:b.ruv.wtf ${onlineText}`);
|
term.writeln(` #generalchat · last message ${lastMessageAge} · @litruv:b.ruv.wtf ${onlineText}`);
|
||||||
term.writeln(` Run 'chat' to join in on the conversation`);
|
|
||||||
} else {
|
} else {
|
||||||
term.writeln(` #generalchat · @litruv:b.ruv.wtf ${onlineText}`);
|
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('');
|
term.writeln('');
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
// Ignore MOTD fetch issues to avoid blocking terminal startup.
|
// Ignore MOTD fetch issues to avoid blocking terminal startup.
|
||||||
|
|||||||
Reference in New Issue
Block a user