diff options
Diffstat (limited to 'src/modules/m_helpchan.cpp')
-rw-r--r-- | src/modules/m_helpchan.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/modules/m_helpchan.cpp b/src/modules/m_helpchan.cpp index 6255d5012..c63703f33 100644 --- a/src/modules/m_helpchan.cpp +++ b/src/modules/m_helpchan.cpp @@ -15,7 +15,6 @@ class HelpChannel : public Module HelpChannel(const std::string &modname, const std::string &creator) : Module(modname, creator) { this->SetAuthor("Anope"); - this->SetVersion(VERSION_STRING); this->SetType(SUPPORTED); Implementation i[] = { I_OnChannelModeSet, I_OnReload }; |