diff options
Diffstat (limited to 'src/core/cs_set_description.cpp')
-rw-r--r-- | src/core/cs_set_description.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/cs_set_description.cpp b/src/core/cs_set_description.cpp index 44e6090bf..0900f4792 100644 --- a/src/core/cs_set_description.cpp +++ b/src/core/cs_set_description.cpp @@ -18,7 +18,7 @@ class CommandCSSetDescription : public Command { public: - CommandCSSetDescription(const ci::string &cname, const std::string &cpermission = "") : Command(cname, 2, 2, cpermission) + CommandCSSetDescription(const ci::string &cname, const ci::string &cpermission = "") : Command(cname, 2, 2, cpermission) { } @@ -86,7 +86,7 @@ class CSSetDescription : public Module Command *c = FindCommand(ChanServ, "SET"); if (c) c->AddSubcommand(new CommandCSSetDescription("DESC")); - + c = FindCommand(ChanServ, "SASEt"); if (c) c->AddSubcommand(new CommandCSSASetDescription("DESC")); |