From c9c477ff9d7e6f833fafac2ef058f82b89229f60 Mon Sep 17 00:00:00 2001 From: Adam Date: Fri, 7 Sep 2012 22:27:28 -0400 Subject: These saset command stubs can go away --- modules/commands/cs_set_misc.cpp | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'modules/commands/cs_set_misc.cpp') diff --git a/modules/commands/cs_set_misc.cpp b/modules/commands/cs_set_misc.cpp index 1ad15f02f..9b8879bbd 100644 --- a/modules/commands/cs_set_misc.cpp +++ b/modules/commands/cs_set_misc.cpp @@ -105,23 +105,14 @@ class CommandCSSetMisc : public Command } }; -class CommandCSSASetMisc : public CommandCSSetMisc -{ - public: - CommandCSSASetMisc(Module *creator) : CommandCSSetMisc(creator, "chanserv/saset/misc") - { - } -}; - class CSSetMisc : public Module { SerializeType csmiscdata_type; CommandCSSetMisc commandcssetmisc; - CommandCSSASetMisc commandcssasetmisc; public: CSSetMisc(const Anope::string &modname, const Anope::string &creator) : Module(modname, creator, CORE), - csmiscdata_type("CSMiscData", CSMiscData::unserialize), commandcssetmisc(this), commandcssasetmisc(this) + csmiscdata_type("CSMiscData", CSMiscData::unserialize), commandcssetmisc(this) { this->SetAuthor("Anope"); -- cgit