added chat to help command

This commit is contained in:
Baipyrus 2023-02-06 10:36:35 +01:00
parent 02bb7fdcdc
commit b542343fd9

View File

@ -73,9 +73,10 @@ 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<br>" +
" -msg Open a direct chat to the provided user/-s by name<br>" +
" -ls List all connected users by name and id<br>" +
" -ping Ping the host to request two-way-delay";
" -ping Ping the host to request two-way-delay<br>" +
" -chat Open a group chat to the provided chat/-s by name";
}
// Display 'about' message