added ls command to help
This commit is contained in:
parent
11ba7c8ef1
commit
5da3ef5ffa
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user