From 69375362ae8d50a46014a982036e5e07845f02db Mon Sep 17 00:00:00 2001 From: Markus Mittendrein Date: Thu, 26 Jan 2017 20:18:30 +0100 Subject: Also search for clients through player names --- src/crsm.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/crsm.hpp') diff --git a/src/crsm.hpp b/src/crsm.hpp index bac0584..4936f40 100644 --- a/src/crsm.hpp +++ b/src/crsm.hpp @@ -306,6 +306,8 @@ private: ClientInfo& getClientInfo(const QString& pcName, int cuid, const QString& user); ClientInfo* parseClientInfo(QString& message); + QString findClientByName(ClientInfo& info, const QString& name); + void exit(); void applyConfig(); -- cgit v1.2.3-54-g00ecf