update the command help for unprivileged users

This commit is contained in:
Gunter Labes 2008-09-02 10:23:49 +00:00
parent 09537668d9
commit 4b6c5c6196

View file

@ -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)