mirror of
https://github.com/anope/anope.git
synced 2026-07-08 21:45:44 +02:00
Changed the versioning system to use git
This commit is contained in:
@@ -108,7 +108,6 @@ class CSDrop : public Module
|
||||
CSDrop(const std::string &modname, const std::string &creator) : Module(modname, creator)
|
||||
{
|
||||
this->SetAuthor("Anope");
|
||||
this->SetVersion(VERSION_STRING);
|
||||
this->SetType(CORE);
|
||||
this->AddCommand(ChanServ, new CommandCSDrop());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user