summaryrefslogtreecommitdiff
path: root/src/core/cs_set_founder.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/cs_set_founder.cpp')
-rw-r--r--src/core/cs_set_founder.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/cs_set_founder.cpp b/src/core/cs_set_founder.cpp
index 6a456a0f6..c1dbfb62f 100644
--- a/src/core/cs_set_founder.cpp
+++ b/src/core/cs_set_founder.cpp
@@ -18,7 +18,7 @@
class CommandCSSetFounder : public Command
{
public:
- CommandCSSetFounder(const ci::string &cname, const std::string &cpermission = "") : Command(cname, 2, 2, cpermission)
+ CommandCSSetFounder(const ci::string &cname, const ci::string &cpermission = "") : Command(cname, 2, 2, cpermission)
{
}
@@ -121,7 +121,7 @@ class CSSetFounder : public Module
Command *c = FindCommand(ChanServ, "SET");
if (c)
c->AddSubcommand(new CommandCSSetFounder("FOUNDER"));
-
+
c = FindCommand(ChanServ, "SASET");
if (c)
c->AddSubcommand(new CommandCSSASetFounder("FOUNDER"));