summaryrefslogtreecommitdiff
path: root/src/core/enc_none.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/enc_none.cpp')
-rw-r--r--src/core/enc_none.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/enc_none.cpp b/src/core/enc_none.cpp
index 3cbd93060..9e618baed 100644
--- a/src/core/enc_none.cpp
+++ b/src/core/enc_none.cpp
@@ -15,7 +15,6 @@ class ENone : public Module
ENone(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);