aboutsummaryrefslogtreecommitdiffstats
path: root/src/server.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/server.cpp')
-rw-r--r--src/server.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/server.cpp b/src/server.cpp
index f56453df1..fe26485a1 100644
--- a/src/server.cpp
+++ b/src/server.cpp
@@ -68,13 +68,6 @@ void InspIRCd::Rehash(const std::string& uuid)
}
}
-std::string InspIRCd::GetVersionString(bool getFullVersion)
-{
- if (getFullVersion)
- return INSPIRCD_VERSION ". " + Config->ServerName + " :[" + Config->sid + "] " + Config->CustomVersion;
- return INSPIRCD_BRANCH ". " + Config->GetServerName() + " :" + Config->CustomVersion;
-}
-
std::string UIDGenerator::GenerateSID(const std::string& servername, const std::string& serverdesc)
{
unsigned int sid = 0;