X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fmodules%2Fm_securelist.cpp;h=dad59b6e3e037358a9cb32325e8b37dc47e1271b;hb=fd6ee21f2f55875984884a8413d61012e066029f;hp=c58b4c0053c36e8c4168ca98d5668e8306690084;hpb=b37a253d962ed7af1ea7a328abf2a1af74f30759;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/modules/m_securelist.cpp b/src/modules/m_securelist.cpp index c58b4c005..dad59b6e3 100644 --- a/src/modules/m_securelist.cpp +++ b/src/modules/m_securelist.cpp @@ -27,12 +27,12 @@ extern time_t TIME; /* $ModDesc: A module overriding /list, and making it safe - stop those sendq problems. */ -extern InspIRCd* ServerInstance; + class ModuleSecureList : public Module { private: - Server *Srv; + public: ModuleSecureList(InspIRCd* Me) : Module::Module(Me) {