diff options
Diffstat (limited to 'modules/commands/cs_set_securefounder.cpp')
-rw-r--r-- | modules/commands/cs_set_securefounder.cpp | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/modules/commands/cs_set_securefounder.cpp b/modules/commands/cs_set_securefounder.cpp index 2f58e9ee6..b1c6e5b52 100644 --- a/modules/commands/cs_set_securefounder.cpp +++ b/modules/commands/cs_set_securefounder.cpp @@ -67,22 +67,13 @@ class CommandCSSetSecureFounder : public Command } }; -class CommandCSSASetSecureFounder : public CommandCSSetSecureFounder -{ - public: - CommandCSSASetSecureFounder(Module *creator) : CommandCSSetSecureFounder(creator, "chanserv/saset/securefounder") - { - } -}; - class CSSetSecureFounder : public Module { CommandCSSetSecureFounder commandcssetsecurefounder; - CommandCSSASetSecureFounder commandcssasetsecurefounder; public: CSSetSecureFounder(const Anope::string &modname, const Anope::string &creator) : Module(modname, creator, CORE), - commandcssetsecurefounder(this), commandcssasetsecurefounder(this) + commandcssetsecurefounder(this) { this->SetAuthor("Anope"); |