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