From 55808216a859688506a879f6197ca1abd2f51d1b Mon Sep 17 00:00:00 2001 From: danieldg Date: Mon, 15 Feb 2010 23:02:34 +0000 Subject: Show opers the raw VERSION string, not the custom one git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12470 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/inspircd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/inspircd.h') diff --git a/include/inspircd.h b/include/inspircd.h index 5f8fb1992..a9a1af482 100644 --- a/include/inspircd.h +++ b/include/inspircd.h @@ -734,7 +734,7 @@ class CoreExport InspIRCd /** Returns the full version string of this ircd * @return The version string */ - std::string GetVersionString(); + std::string GetVersionString(bool rawversion = false); /** Attempt to write the process id to a given file * @param filename The PID file to attempt to write to -- cgit v1.2.3