added nick and msg to help command
This commit is contained in:
parent
88568d8274
commit
20c6a9330e
@ -77,7 +77,9 @@ function cmd_help() {
|
||||
" -about Information about this website<br>"+
|
||||
" -clear Clear terminal screen<br>" +
|
||||
" -history Displays the command history of this session<br>" +
|
||||
" -exec Execute arbitrary math and logic equations";
|
||||
" -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";
|
||||
}
|
||||
|
||||
function cmd_about() {
|
||||
|
Loading…
Reference in New Issue
Block a user