X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fserver.cpp;h=dbc51e37c3ee971d5c502c58c4f98ced4e33618b;hb=d494fa6e094e85cd29235e995fb2b447d6e1f168;hp=a7cb971c193d104dc7616e5328e0135f9d18225b;hpb=b8e417f4ea15ef79c3cb4bb023ba8dc5551d5724;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/server.cpp b/src/server.cpp index a7cb971c1..dbc51e37c 100644 --- a/src/server.cpp +++ b/src/server.cpp @@ -3,7 +3,7 @@ * * Copyright (C) 2019 nia * Copyright (C) 2013-2014, 2016 Attila Molnar - * Copyright (C) 2013, 2016-2017 Sadie Powell + * Copyright (C) 2013, 2016-2017, 2020 Sadie Powell * Copyright (C) 2013 Adam * Copyright (C) 2012 Robby * Copyright (C) 2012 ChrisTX @@ -72,7 +72,7 @@ std::string InspIRCd::GetVersionString(bool getFullVersion) { if (getFullVersion) return INSPIRCD_VERSION ". " + Config->ServerName + " :[" + Config->sid + "] " + Config->CustomVersion; - return INSPIRCD_BRANCH ". " + Config->ServerName + " :" + Config->CustomVersion; + return INSPIRCD_BRANCH ". " + Config->GetServerName() + " :" + Config->CustomVersion; } std::string UIDGenerator::GenerateSID(const std::string& servername, const std::string& serverdesc)