From d75dbad76016ebbb36511183e767f62465d1bfc5 Mon Sep 17 00:00:00 2001 From: brain Date: Fri, 13 May 2005 19:20:55 +0000 Subject: Added Server::GetServerDescription() at request of Craig git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1374 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/modules.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include') diff --git a/include/modules.h b/include/modules.h index fc6464717..da2bfe023 100644 --- a/include/modules.h +++ b/include/modules.h @@ -807,6 +807,9 @@ class Server : public classbase /** Returns the network name, global to all linked servers. */ virtual std::string GetNetworkName(); + /** Returns the server description string of the local server + */ + virtual std::string GetServerDescription(); /** Returns the information of the server as returned by the /ADMIN command. * See the Admin class for further information of the return value. The members * Admin::Nick, Admin::Email and Admin::Name contain the information for the -- cgit v1.2.3