diff --git a/include/znc/Chan.h b/include/znc/Chan.h index a949c609..29fd12f1 100644 --- a/include/znc/Chan.h +++ b/include/znc/Chan.h @@ -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;