From b49641d71cf155cc5d1b9ce26370510f9ccc79a5 Mon Sep 17 00:00:00 2001 From: NigeParis Date: Tue, 13 Jan 2026 15:24:22 +0100 Subject: [PATCH] history games now in chat and profil --- frontend/src/chat/chatHelperFunctions/cmdList.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/chat/chatHelperFunctions/cmdList.ts b/frontend/src/chat/chatHelperFunctions/cmdList.ts index 9ab871b..523feda 100644 --- a/frontend/src/chat/chatHelperFunctions/cmdList.ts +++ b/frontend/src/chat/chatHelperFunctions/cmdList.ts @@ -15,6 +15,7 @@ export function cmdList() { addMessage('\'@notify\' - toggles notifications on / off'); addMessage('\'@quit\' - disconnect user from the chat'); addMessage('\'@pong\' - displays your pong match results'); + addMessage('\'@ttt\' - displays your ttt match results'); addMessage('** *********************************** **'); addMessage('*'); } \ No newline at end of file