Added Find/DelServer()

git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@195 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
prozacx
2005-04-28 07:20:40 +00:00
parent 3f0dd6c3ea
commit 2640f16997
+3
View File
@@ -27,6 +27,8 @@ public:
bool AddChan(CChan* pChan);
bool AddChan(const string& sName);
bool DelChan(const string& sName);
CServer* FindServer(const string& sName);
bool DelServer(const string& sName);
bool AddServer(const string& sName);
bool AddServer(const string& sName, unsigned short uPort, const string& sPass = "", bool bSSL = false);
CServer* GetNextServer();
@@ -102,6 +104,7 @@ public:
const string& GetStatusPrefix() const;
const string& GetDefaultChanModes() const;
const vector<CChan*>& GetChans() const;
const vector<CServer*>& GetServers() const;
const CNick& GetIRCNick() const;
const string& GetIRCServer() const;
const string& GetQuitMsg() const;