From 5da3ef5ffaaf076d302b4d04c711149e4d314916 Mon Sep 17 00:00:00 2001 From: Baipyrus Date: Fri, 20 Jan 2023 15:56:30 +0100 Subject: [PATCH] added ls command to help --- js/commands.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/js/commands.js b/js/commands.js index caf4e23..5bb71f7 100644 --- a/js/commands.js +++ b/js/commands.js @@ -66,7 +66,8 @@ function cmd_help() { " -history Displays the command history of this session
" + " -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"; + " -msg Open a direct chat to the provided user by name
" + + " -ls List all connected users by name and id"; } // Display 'about' message