summaryrefslogtreecommitdiff
path: root/modules/core/cs_set_founder.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/core/cs_set_founder.cpp')
-rw-r--r--modules/core/cs_set_founder.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/core/cs_set_founder.cpp b/modules/core/cs_set_founder.cpp
index 4e347b8bb..55cc5d32c 100644
--- a/modules/core/cs_set_founder.cpp
+++ b/modules/core/cs_set_founder.cpp
@@ -120,11 +120,11 @@ class CSSetFounder : public Module
Command *c = FindCommand(ChanServ, "SET");
if (c)
- c->AddSubcommand(&commandcssetfounder);
+ c->AddSubcommand(this, &commandcssetfounder);
c = FindCommand(ChanServ, "SASET");
if (c)
- c->AddSubcommand(&commandcssasetfounder);
+ c->AddSubcommand(this, &commandcssasetfounder);
}
~CSSetFounder()