1
0
mirror of https://github.com/anope/anope.git synced 2026-06-26 12:56:39 +02:00

Changed the versioning system to use git

This commit is contained in:
Adam
2010-06-25 20:00:21 -04:00
parent cbcead4e89
commit 03fbc7d281
167 changed files with 2981 additions and 542 deletions
-1
View File
@@ -86,7 +86,6 @@ class CSInvite : public Module
CSInvite(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 CommandCSInvite());
}