mirror of
https://github.com/anope/anope.git
synced 2026-06-30 14:26:39 +02:00
Changed the versioning system to use git
This commit is contained in:
@@ -219,7 +219,6 @@ class NSList : public Module
|
||||
NSList(const std::string &modname, const std::string &creator) : Module(modname, creator)
|
||||
{
|
||||
this->SetAuthor("Anope");
|
||||
this->SetVersion(VERSION_STRING);
|
||||
this->SetType(CORE);
|
||||
|
||||
this->AddCommand(NickServ, new CommandNSList());
|
||||
|
||||
Reference in New Issue
Block a user