added ls command to help

This commit is contained in:
Baipyrus 2023-01-20 15:56:30 +01:00
parent 11ba7c8ef1
commit 5da3ef5ffa

View File

@ -66,7 +66,8 @@ function cmd_help() {
" -history Displays the command history of this session<br>" +
" -exec Execute arbitrary math and logic equations<br>" +
" -nick Choose your username. Do not use spaces in it<br>" +
" -msg Open a direct chat to the provided user by name";
" -msg Open a direct chat to the provided user by name<br>" +
" -ls List all connected users by name and id";
}
// Display 'about' message