diff --git a/User.h b/User.h index 4a393b9d..ae15f7af 100644 --- a/User.h +++ b/User.h @@ -83,7 +83,7 @@ public: void SetIRCNick(const CNick& n); void SetIRCServer(const CString& s); void SetQuitMsg(const CString& s); - void AddCTCPReply(const CString& sCTCP, const CString& sReply); + bool AddCTCPReply(const CString& sCTCP, const CString& sReply); void SetBufferCount(unsigned int u); void SetKeepBuffer(bool b); void SetAutoCycle(bool b); @@ -102,6 +102,7 @@ public: const CString& GetRealName() const; const CString& GetVHost() const; const CString& GetPass() const; + const set& GetAllowedHosts() const; CString FindModPath(const CString& sModule) const; const CString& GetCurPath() const;