mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
Remove "-" between "ZNC" and version number.
ZNC 1.6.0 looks better than ZNC - 1.6.0, IMHO
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user