mirror of
https://github.com/znc/znc.git
synced 2026-08-09 18:32:55 +02:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user