history games now in chat and profil

This commit is contained in:
NigeParis 2026-01-13 15:24:22 +01:00 committed by Maix0
parent 2e87cb12c1
commit b49641d71c

View file

@ -15,6 +15,7 @@ export function cmdList() {
addMessage('\'@notify\' - toggles notifications on / off'); addMessage('\'@notify\' - toggles notifications on / off');
addMessage('\'@quit\' - disconnect user from the chat'); addMessage('\'@quit\' - disconnect user from the chat');
addMessage('\'@pong\' - displays your pong match results'); addMessage('\'@pong\' - displays your pong match results');
addMessage('\'@ttt\' - displays your ttt match results');
addMessage('** *********************************** **'); addMessage('** *********************************** **');
addMessage('*'); addMessage('*');
} }