mirror of
https://github.com/anope/anope.git
synced 2026-06-29 08:36:38 +02:00
Changed the versioning system to use git
This commit is contained in:
@@ -59,7 +59,6 @@ class NSUpdate : public Module
|
||||
NSUpdate(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 CommandNSUpdate());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user