Merge branch '1.6.x'

This commit is contained in:
Alexey Sokolov
2015-04-06 20:43:41 +01:00

View File

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