From 20c6a9330e4225acbde7e672590e094db0d8f015 Mon Sep 17 00:00:00 2001 From: Baipyrus Date: Wed, 18 Jan 2023 16:33:57 +0100 Subject: [PATCH] added nick and msg to help command --- js/commands.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/js/commands.js b/js/commands.js index e9545f3..ccb2119 100644 --- a/js/commands.js +++ b/js/commands.js @@ -77,7 +77,9 @@ function cmd_help() { " -about Information about this website
"+ " -clear Clear terminal screen
" + " -history Displays the command history of this session
" + - " -exec Execute arbitrary math and logic equations"; + " -exec Execute arbitrary math and logic equations
" + + " -nick Choose your username. Do not use spaces in it
" + + " -msg Open a direct chat to the provided user by name"; } function cmd_about() {