mirror of
https://github.com/anope/anope.git
synced 2026-07-09 21:43:13 +02:00
These saset command stubs can go away
This commit is contained in:
@@ -76,22 +76,13 @@ class CommandCSSetFounder : public Command
|
||||
}
|
||||
};
|
||||
|
||||
class CommandCSSASetFounder : public CommandCSSetFounder
|
||||
{
|
||||
public:
|
||||
CommandCSSASetFounder(Module *creator) : CommandCSSetFounder(creator, "chanserv/saset/founder")
|
||||
{
|
||||
}
|
||||
};
|
||||
|
||||
class CSSetFounder : public Module
|
||||
{
|
||||
CommandCSSetFounder commandcssetfounder;
|
||||
CommandCSSASetFounder commandcssasetfounder;
|
||||
|
||||
public:
|
||||
CSSetFounder(const Anope::string &modname, const Anope::string &creator) : Module(modname, creator, CORE),
|
||||
commandcssetfounder(this), commandcssasetfounder(this)
|
||||
commandcssetfounder(this)
|
||||
{
|
||||
this->SetAuthor("Anope");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user