From 4796f3cb16620be294f9442755fd429e3afd5264 Mon Sep 17 00:00:00 2001 From: prozacx Date: Mon, 4 Jul 2005 23:13:58 +0000 Subject: [PATCH] Added GetZNC() git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@404 726aef4b-f618-498e-8847-2d620e286838 --- Modules.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Modules.h b/Modules.h index 0af454d4..b867117f 100644 --- a/Modules.h +++ b/Modules.h @@ -274,6 +274,7 @@ public: // Getters const CString& GetDescription() const { return m_sDescription; } + CZNC* GetZNC() { return m_pZNC; } CUser* GetUser() { return m_pUser; } TSocketManager* GetManager() { return m_pManager; } // !Getters