update the command help for unprivileged users
This commit is contained in:
parent
09537668d9
commit
4b6c5c6196
1 changed files with 1 additions and 1 deletions
|
@ -847,7 +847,7 @@ void server::process_query(const network::connection sock,
|
|||
const simple_wml::string_span& command(query["type"]);
|
||||
std::ostringstream response;
|
||||
const std::string& help_msg = "Available commands are: help, metrics,"
|
||||
" motd, status, wml.";
|
||||
" motd, netstats [all], status, wml.";
|
||||
if (admins_.count(sock) != 0) {
|
||||
LOG_SERVER << "Admin Command:" << "\ttype: " << command
|
||||
<< "\tIP: "<< network::ip_address(sock)
|
||||
|
|
Loading…
Add table
Reference in a new issue