mirror of
https://github.com/anope/anope.git
synced 2026-07-05 22:13:13 +02:00
These saset command stubs can go away
This commit is contained in:
@@ -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");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user