mirror of
https://github.com/anope/anope.git
synced 2026-07-08 20:33:12 +02:00
These saset command stubs can go away
This commit is contained in:
@@ -63,22 +63,13 @@ class CommandCSSetRestricted : public Command
|
||||
}
|
||||
};
|
||||
|
||||
class CommandCSSASetRestricted : public CommandCSSetRestricted
|
||||
{
|
||||
public:
|
||||
CommandCSSASetRestricted(Module *creator) : CommandCSSetRestricted(creator, "chanserv/saset/restricted")
|
||||
{
|
||||
}
|
||||
};
|
||||
|
||||
class CSSetRestricted : public Module
|
||||
{
|
||||
CommandCSSetRestricted commandcssetrestricted;
|
||||
CommandCSSASetRestricted commandcssasetrestricted;
|
||||
|
||||
public:
|
||||
CSSetRestricted(const Anope::string &modname, const Anope::string &creator) : Module(modname, creator, CORE),
|
||||
commandcssetrestricted(this), commandcssasetrestricted(this)
|
||||
commandcssetrestricted(this)
|
||||
{
|
||||
this->SetAuthor("Anope");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user