mirror of
https://github.com/znc/znc.git
synced 2026-07-06 01:41:12 +02:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user