From 7a566e345cf02dea057b071d56f795e5e2736f80 Mon Sep 17 00:00:00 2001 From: brain Date: Wed, 14 Dec 2005 20:58:38 +0000 Subject: Added Server::GetVersion() git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2455 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 452ec72d5..77f986f0d 100644 --- a/include/modules.h +++ b/include/modules.h @@ -1113,6 +1113,9 @@ class Server : public classbase * This method sends a server notice to all opers with the usermode +s. */ virtual void SendOpers(std::string s); + /** Returns the version string of this server + */ + std::string GetVersion(); /** Writes a log string. * This method writes a line of text to the log. If the level given is lower than the * level given in the configuration, this command has no effect. -- cgit v1.3.1-10-gc9f91