mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
const correctness fixes
This commit is contained in:
@@ -775,7 +775,7 @@ void CClient::PutIRC(const CString& sLine) {
|
||||
}
|
||||
}
|
||||
|
||||
CString CClient::GetFullName() {
|
||||
CString CClient::GetFullName() const {
|
||||
if (!m_pUser)
|
||||
return GetRemoteIP();
|
||||
if (!m_pNetwork)
|
||||
|
||||
Reference in New Issue
Block a user