Author: soliton
Date: Sat Nov  1 13:06:21 2008
New Revision: 30490

URL: http://svn.gna.org/viewcvs/wesnoth?rev=30490&view=rev
Log:
corrected the searchlog command syntax

Modified:
    trunk/src/server/server.cpp

Modified: trunk/src/server/server.cpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/server/server.cpp?rev=30490&r1=30489&r2=30490&view=diff
==============================================================================
--- trunk/src/server/server.cpp (original)
+++ trunk/src/server/server.cpp Sat Nov  1 13:06:21 2008
@@ -1210,7 +1210,7 @@
        const std::string& help_msg = "Available commands are: ban <mask> 
[<time>] <reason>,"
                        " bans [deleted], kick <mask>, k[ick]ban <mask> 
[<time>] <reason>,"
                        " help, games, metrics, netstats [all], [lobby]msg 
<message>, motd [<message>],"
-                       " requests, stats, status [<mask>], searchlog [<mask>], 
unban <ipmask>";
+                       " requests, stats, status [<mask>], searchlog <mask>, 
unban <ipmask>";
        // Shutdown, restart and sample commands can only be issued via the 
socket.
        if (command == "shut_down") {
                if (issuer_name != "*socket*") return "";


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

Reply via email to