mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
Switch znc.in URLs to https
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user