updated the"available commands message
This commit is contained in:
parent
d14bd2962e
commit
5b9567e3aa
1 changed files with 2 additions and 2 deletions
|
@ -348,7 +348,7 @@ std::string server::process_command(const std::string& cmd)
|
|||
|
||||
} else {
|
||||
out << "command '" << command << "' is not recognized";
|
||||
out << "available commands are: msg <message>, status, metrics, ban [<nick>], unban <nick>, kick <nick>";
|
||||
out << "available commands are: msg <message>, motd <message>, status, metrics, ban [<nick>], unban <nick>, kick <nick>, kban <nick> ";
|
||||
}
|
||||
|
||||
return out.str();
|
||||
|
@ -912,7 +912,7 @@ void server::process_data_from_player_in_game(const network::connection sock, co
|
|||
const bool res = g->take_side(sock,data);
|
||||
config response;
|
||||
if(res) {
|
||||
std::cerr << "played joined side\n";
|
||||
std::cerr << "player joined side\n";
|
||||
response["side_secured"] = side->second;
|
||||
|
||||
//update the number of available slots
|
||||
|
|
Loading…
Add table
Reference in a new issue