Switch znc.in URLs to https

This commit is contained in:
Alexey Sokolov
2017-05-30 22:32:01 +01:00
parent ef5ace9b86
commit 10bfece38c
13 changed files with 25 additions and 25 deletions

View File

@@ -1359,7 +1359,7 @@ CString CUser::GetRealName() const {
// Not include version number via GetTag() because of
// https://github.com/znc/znc/issues/818#issuecomment-70402820
return (!m_sRealName.Trim_n().empty()) ? m_sRealName
: "ZNC - http://znc.in";
: "ZNC - https://znc.in";
}
const CString& CUser::GetBindHost() const { return m_sBindHost; }
const CString& CUser::GetDCCBindHost() const { return m_sDCCBindHost; }