From c2e74da7a8fb5f2421dfca91234e7f595ab09acc Mon Sep 17 00:00:00 2001 From: michael Date: Sun, 5 Jan 2014 19:19:06 +0000 Subject: - Fixed server name leak for hidden servers in /who, /whois and /whowas git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.1.x@2747 82007160-df01-0410-b94d-b575c5fd34c7 --- include/whowas.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/whowas.h b/include/whowas.h index 42fa7e4..af19196 100644 --- a/include/whowas.h +++ b/include/whowas.h @@ -33,6 +33,7 @@ struct Whowas { int hashv; + int shide; time_t logoff; char name[NICKLEN + 1]; char username[USERLEN + 1]; -- cgit