From 9136136ac373a922cd0875f77d3212a419fb9100 Mon Sep 17 00:00:00 2001 From: Attila Molnar Date: Sun, 5 Jan 2014 15:20:17 +0100 Subject: Move server description field from TreeServer into Server; remove OnGetServerDescription hook --- include/inspircd.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'include/inspircd.h') diff --git a/include/inspircd.h b/include/inspircd.h index a2815b8a5..d69d1b46b 100644 --- a/include/inspircd.h +++ b/include/inspircd.h @@ -446,15 +446,6 @@ class CoreExport InspIRCd */ bool BindSocket(int sockfd, int port, const char* addr, bool dolisten = true); - /** Gets the GECOS (description) field of the given server. - * If the servername is not that of the local server, the name - * is passed to handling modules which will attempt to determine - * the GECOS that bleongs to the given servername. - * @param servername The servername to find the description of - * @return The description of this server, or of the local server - */ - std::string GetServerDescription(const std::string& servername); - /** Find a user in the nick hash. * If the user cant be found in the nick hash check the uuid hash * @param nick The nickname to find -- cgit v1.2.3