mirror of
https://github.com/anope/anope.git
synced 2026-06-30 23:06:40 +02:00
Changed the versioning system to use git
This commit is contained in:
@@ -318,7 +318,6 @@ class EMD5 : public Module
|
||||
EMD5(const std::string &modname, const std::string &creator) : Module(modname, creator)
|
||||
{
|
||||
this->SetAuthor("Anope");
|
||||
this->SetVersion(VERSION_STRING);
|
||||
this->SetType(ENCRYPTION);
|
||||
|
||||
ModuleManager::Attach(I_OnEncrypt, this);
|
||||
|
||||
Reference in New Issue
Block a user