From bf2248220db63fd21bd4d3facc52ce8624d2928c Mon Sep 17 00:00:00 2001 From: Maximilian Philipps Date: Sun, 5 Jul 2009 00:43:10 +0200 Subject: changed handleAnnounce to send the full message not only the first word --- src/game-server/commandhandler.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/game-server/commandhandler.cpp b/src/game-server/commandhandler.cpp index cf263103..d7d40614 100644 --- a/src/game-server/commandhandler.cpp +++ b/src/game-server/commandhandler.cpp @@ -70,7 +70,6 @@ static std::string getArgument(std::string &args) argument = args.substr(0); args = ""; } - return argument; } @@ -741,10 +740,8 @@ static void handleReport(Character *player, std::string &args) // TODO: Send the report to a developer or something } -static void handleAnnounce(Character *player, std::string &args) +static void handleAnnounce(Character *player, std::string &msg) { - std::string msg = getArgument(args); - if (msg == "") { say("Invalid number of arguments given.", player); -- cgit v1.2.3-70-g09d2