Added ability to retain topics

git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@113 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
prozacx
2005-04-05 18:48:57 +00:00
parent 66389db912
commit fa4dd02671
6 changed files with 75 additions and 1 deletions
+3
View File
@@ -68,6 +68,7 @@ public:
bool SetStatusPrefix(const string& s);
void SetDefaultChanModes(const string& s);
void SetIRCNick(const CNick& n);
void SetIRCServer(const string& s);
// !Setters
// Getters
@@ -96,6 +97,7 @@ public:
const string& GetDefaultChanModes() const;
const vector<CChan*>& GetChans() const;
const CNick& GetIRCNick() const;
const string& GetIRCServer() const;
// !Getters
private:
protected:
@@ -111,6 +113,7 @@ protected:
string m_sStatusPrefix;
string m_sDefaultChanModes;
CNick m_IRCNick;
string m_sIRCServer;
bool m_bPassHashed;
bool m_bUseClientIP;