diff options
Diffstat (limited to 'modules/commands/os_module.cpp')
-rw-r--r-- | modules/commands/os_module.cpp | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/modules/commands/os_module.cpp b/modules/commands/os_module.cpp index f1d113265..c4f814ee3 100644 --- a/modules/commands/os_module.cpp +++ b/modules/commands/os_module.cpp @@ -177,8 +177,10 @@ class OSModule : public Module CommandOSModUnLoad commandosmodunload; public: - OSModule(const Anope::string &modname, const Anope::string &creator) : Module(modname, creator, VENDOR), - commandosmodload(this), commandosmodreload(this), commandosmodunload(this) + OSModule(const Anope::string &modname, const Anope::string &creator) : Module(modname, creator, VENDOR) + , commandosmodload(this) + , commandosmodreload(this) + , commandosmodunload(this) { this->SetPermanent(true); |