added chat to help command
This commit is contained in:
parent
02bb7fdcdc
commit
b542343fd9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user