From ae2cb3ebd3357c0146b0a3e0e6f1b0539dd83763 Mon Sep 17 00:00:00 2001 From: Markus Mittendrein Date: Thu, 29 Dec 2016 16:51:55 +0100 Subject: Add management scripting support Management Clients with a name starting with ! dont get any buffer replay or normal log output and dont create buffer holes anymore --- src/ClientInfo.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ClientInfo.hpp') diff --git a/src/ClientInfo.hpp b/src/ClientInfo.hpp index d176965..57d2587 100644 --- a/src/ClientInfo.hpp +++ b/src/ClientInfo.hpp @@ -15,6 +15,7 @@ public: QTcpSocket* socket = 0; QString name = ""; + bool noLogging = false; }; class ClientInfo -- cgit v1.2.3-54-g00ecf