From e078fae142238765f279b50c309f22a5a0761ce4 Mon Sep 17 00:00:00 2001 From: w00t Date: Sat, 12 Jul 2008 10:39:03 +0000 Subject: Add field to in XML stats output, also add to ProtoServer. Fixes part of bug #571, reported by Majic. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9971 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/protocol.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/protocol.h b/include/protocol.h index 87d4ea384..8579f03aa 100644 --- a/include/protocol.h +++ b/include/protocol.h @@ -26,6 +26,7 @@ class ProtoServer public: std::string servername; std::string parentname; + std::string gecos; unsigned int usercount; unsigned int opercount; unsigned int latencyms; -- cgit v1.2.3