Added GetAllowedHosts()

git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@416 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
prozacx
2005-07-06 06:19:19 +00:00
parent 7c8d1d4ff3
commit b1646030d4
+2 -1
View File
@@ -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<CString>& GetAllowedHosts() const;
CString FindModPath(const CString& sModule) const;
const CString& GetCurPath() const;