diff options
Diffstat (limited to 'src/protocol/unreal32.cpp')
-rw-r--r-- | src/protocol/unreal32.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/protocol/unreal32.cpp b/src/protocol/unreal32.cpp index 65ee9d3e2..99a156f00 100644 --- a/src/protocol/unreal32.cpp +++ b/src/protocol/unreal32.cpp @@ -1319,7 +1319,6 @@ class ProtoUnreal : public Module ProtoUnreal(const std::string &modname, const std::string &creator) : Module(modname, creator) { this->SetAuthor("Anope"); - this->SetVersion(VERSION_STRING); this->SetType(PROTOCOL); pmodule_ircd_version("UnrealIRCd 3.2+"); |