mirror of
https://github.com/anope/anope.git
synced 2026-07-01 18:46:39 +02:00
These saset command stubs can go away
This commit is contained in:
@@ -64,22 +64,13 @@ class CommandCSSetSecureOps : public Command
|
||||
}
|
||||
};
|
||||
|
||||
class CommandCSSASetSecureOps : public CommandCSSetSecureOps
|
||||
{
|
||||
public:
|
||||
CommandCSSASetSecureOps(Module *creator) : CommandCSSetSecureOps(creator, "chanserv/saset/secureops")
|
||||
{
|
||||
}
|
||||
};
|
||||
|
||||
class CSSetSecureOps : public Module
|
||||
{
|
||||
CommandCSSetSecureOps commandcssetsecureops;
|
||||
CommandCSSASetSecureOps commandcssasetsecureops;
|
||||
|
||||
public:
|
||||
CSSetSecureOps(const Anope::string &modname, const Anope::string &creator) : Module(modname, creator, CORE),
|
||||
commandcssetsecureops(this), commandcssasetsecureops(this)
|
||||
commandcssetsecureops(this)
|
||||
{
|
||||
this->SetAuthor("Anope");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user