mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
Add missing CChan::GetNetwork()
This commit is contained in:
@@ -132,6 +132,7 @@ public:
|
||||
// !Setters
|
||||
|
||||
// Getters
|
||||
CIRCNetwork* GetNetwork() const { return m_pNetwork; }
|
||||
bool IsModeKnown() const { return m_bModeKnown; }
|
||||
bool HasMode(unsigned char uMode) const;
|
||||
CString GetOptions() const;
|
||||
|
||||
Reference in New Issue
Block a user