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