diff -r bff919afc63f -r 047be82b6f67 QTfrontend/net/newnetclient.h --- a/QTfrontend/net/newnetclient.h Sun Oct 02 17:39:42 2016 +0200 +++ b/QTfrontend/net/newnetclient.h Sun Oct 02 18:29:55 2016 +0200 @@ -167,6 +167,7 @@ void gameFinished(bool correcly); void banPlayer(const QString &); void kickPlayer(const QString &); + void delegateToPlayer(const QString &); void infoPlayer(const QString &); void followPlayer(const QString &); void consoleCommand(const QString &);