Resolve #818: "Got ZNC?" is a little weird real name

This commit is contained in:
J-P Nurmi
2015-09-20 11:38:59 +02:00
parent f29363752b
commit 6ad7cdb4a2
5 changed files with 13 additions and 8 deletions
+1 -1
View File
@@ -1347,7 +1347,7 @@ const CString& CIRCNetwork::GetIdent(const bool bAllowDefault) const {
return m_sIdent;
}
const CString& CIRCNetwork::GetRealName() const {
CString CIRCNetwork::GetRealName() const {
if (m_sRealName.empty()) {
return m_pUser->GetRealName();
}