mirror of
https://github.com/znc/znc.git
synced 2026-06-12 17:54:59 +02:00
const correctness fixes
This commit is contained in:
+1
-1
@@ -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