]> jfr.im git - irc/evilnet/znc.git/commitdiff
Remove "-" between "ZNC" and version number.
authorAlexey Sokolov <redacted>
Mon, 6 Apr 2015 19:41:57 +0000 (20:41 +0100)
committerAlexey Sokolov <redacted>
Mon, 6 Apr 2015 19:41:57 +0000 (20:41 +0100)
ZNC 1.6.0 looks better than ZNC - 1.6.0, IMHO

src/znc.cpp

index 7ebde5f9572757394468ce96238a63fb7497d999..78cda1a327b60cac29b43e44f9486adaa735444d 100644 (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() {