mirror of
https://github.com/znc/znc.git
synced 2026-08-06 17:03:14 +02:00
Added GetAllowedHosts()
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@416 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user