Remove "-" between "ZNC" and version number.

ZNC 1.6.0 looks better than ZNC - 1.6.0, IMHO
This commit is contained in:
Alexey Sokolov
2015-04-06 20:41:57 +01:00
parent 094f74640a
commit 4596d97502

View File

@@ -108,7 +108,7 @@ CString CZNC::GetTag(bool bIncludeVersion, bool bHTML) {
CString sVersion = GetVersion();
return "ZNC - " + sVersion + " - " + sAddress;
return "ZNC " + sVersion + " - " + sAddress;
}
CString CZNC::GetCompileOptionsString() {