mirror of
https://github.com/anope/anope.git
synced 2026-07-04 16:13:13 +02:00
These saset command stubs can go away
This commit is contained in:
@@ -61,22 +61,13 @@ class CommandCSSetDescription : public Command
|
||||
}
|
||||
};
|
||||
|
||||
class CommandCSSASetDescription : public CommandCSSetDescription
|
||||
{
|
||||
public:
|
||||
CommandCSSASetDescription(Module *creator) : CommandCSSetDescription(creator, "chanserv/saset/description")
|
||||
{
|
||||
}
|
||||
};
|
||||
|
||||
class CSSetDescription : public Module
|
||||
{
|
||||
CommandCSSetDescription commandcssetdescription;
|
||||
CommandCSSASetDescription commandcssasetdescription;
|
||||
|
||||
public:
|
||||
CSSetDescription(const Anope::string &modname, const Anope::string &creator) : Module(modname, creator, CORE),
|
||||
commandcssetdescription(this), commandcssasetdescription(this)
|
||||
commandcssetdescription(this)
|
||||
{
|
||||
this->SetAuthor("Anope");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user