diff options
Diffstat (limited to 'modules/core/cs_set_securefounder.cpp')
-rw-r--r-- | modules/core/cs_set_securefounder.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/core/cs_set_securefounder.cpp b/modules/core/cs_set_securefounder.cpp index a4efa2041..8d8386bc7 100644 --- a/modules/core/cs_set_securefounder.cpp +++ b/modules/core/cs_set_securefounder.cpp @@ -98,11 +98,11 @@ class CSSetSecureFounder : public Module Command *c = FindCommand(ChanServ, "SET"); if (c) - c->AddSubcommand(&commandcssetsecurefounder); + c->AddSubcommand(this, &commandcssetsecurefounder); c = FindCommand(ChanServ, "SASET"); if (c) - c->AddSubcommand(&commandcssasetsecurefounder); + c->AddSubcommand(this, &commandcssasetsecurefounder); } ~CSSetSecureFounder() |