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
@@ -175,7 +175,7 @@ public:
const CString& GetNick(const bool bAllowDefault = true) const;
const CString& GetAltNick(const bool bAllowDefault = true) const;
const CString& GetIdent(const bool bAllowDefault = true) const;
const CString& GetRealName() const;
CString GetRealName() const;
const CString& GetBindHost() const;
const CString& GetEncoding() const;
CString GetQuitMsg() const;
+1 -1
View File
@@ -156,7 +156,7 @@ public:
const CString& GetNick(bool bAllowDefault = true) const;
const CString& GetAltNick(bool bAllowDefault = true) const;
const CString& GetIdent(bool bAllowDefault = true) const;
const CString& GetRealName() const;
CString GetRealName() const;
const CString& GetBindHost() const;
const CString& GetDCCBindHost() const;
const CString& GetPass() const;