diff options
Diffstat (limited to 'src/core/ms_rsend.cpp')
-rw-r--r-- | src/core/ms_rsend.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/ms_rsend.cpp b/src/core/ms_rsend.cpp index 3776333f8..0c21ac5fc 100644 --- a/src/core/ms_rsend.cpp +++ b/src/core/ms_rsend.cpp @@ -81,7 +81,6 @@ class MSRSend : public Module throw ModuleException("Don't like memo reciepts, or something."); this->SetAuthor("Anope"); - this->SetVersion(VERSION_STRING); this->SetType(CORE); this->AddCommand(MemoServ, new CommandMSRSend()); |