From 3a3ba622dbf9c035b0f26979601b2d4d192b4167 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sun, 13 Jul 2008 16:37:18 +0000 Subject: connection sequence updates, breaks network protocol --- src/core/gameserver.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/core/gameserver.h') diff --git a/src/core/gameserver.h b/src/core/gameserver.h index 7a2f4a6..172fb94 100644 --- a/src/core/gameserver.h +++ b/src/core/gameserver.h @@ -52,6 +52,9 @@ public: /// a player sends a chat message to the public channel void say(Player *player, std::string const &args); + /// kick a player from the server + void kick(Player *player, std::string const &reason); + /// broadcast a message to all players void broadcast(std::string const & message, Player *ignore_player = 0); -- cgit v1.2.3