From 38353a67d7bc608b614014b627634204e0c200db Mon Sep 17 00:00:00 2001 From: Alexey Sokolov Date: Sun, 18 Jan 2015 00:00:15 +0000 Subject: [PATCH] Remove message which should be removed before release --- src/IRCSock.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/IRCSock.cpp b/src/IRCSock.cpp index f37b52ed..39294ff3 100644 --- a/src/IRCSock.cpp +++ b/src/IRCSock.cpp @@ -1152,8 +1152,6 @@ void CIRCSock::SockError(int iErrno, const CString& sDescription) { CString sSHA256 = GetSSLPeerFingerprint(); m_pNetwork->PutStatus("SHA-256: " + sSHA256); m_pNetwork->PutStatus("If you trust this certificate, do /znc AddTrustedServerFingerprint " + sSHA256); - - m_pNetwork->PutStatus("Notice for early ZNC git/nightly adopters: if you previously added a fingerprint with lots of :ff: in it, please remove it. It was a bug, sorry. (This message will be removed before release)"); } } #endif