Author: soliton
Date: Tue Sep  2 12:23:49 2008
New Revision: 29189

URL: http://svn.gna.org/viewcvs/wesnoth?rev=29189&view=rev
Log:
* update the command help for unprivileged users

Modified:
    branches/1.4/src/server/server.cpp

Modified: branches/1.4/src/server/server.cpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/branches/1.4/src/server/server.cpp?rev=29189&r1=29188&r2=29189&view=diff
==============================================================================
--- branches/1.4/src/server/server.cpp (original)
+++ branches/1.4/src/server/server.cpp Tue Sep  2 12:23:49 2008
@@ -847,7 +847,7 @@
        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) 


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to