From 9fe1027d8a4fbcd1183315844e8658ac693dd9ef Mon Sep 17 00:00:00 2001 From: J-P Nurmi Date: Sun, 2 Aug 2015 23:40:12 +0200 Subject: [PATCH] Add missing CChan::GetNetwork() --- include/znc/Chan.h | 1 + 1 file changed, 1 insertion(+) 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;