diff options
author | Attila Molnar <attilamolnar@hush.com> | 2014-01-05 15:20:17 +0100 |
---|---|---|
committer | Attila Molnar <attilamolnar@hush.com> | 2014-01-05 15:20:17 +0100 |
commit | 9136136ac373a922cd0875f77d3212a419fb9100 (patch) | |
tree | 385afcb56e62de5a39bed1d7bf6d5311cc001df9 /include/inspircd.h | |
parent | 11916574f67962dce1d7a2fdf7ef6a3d2d1fa49f (diff) |
Move server description field from TreeServer into Server; remove OnGetServerDescription hook
Diffstat (limited to 'include/inspircd.h')
-rw-r--r-- | include/inspircd.h | 9 |
1 files changed, 0 insertions, 9 deletions
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 |