diff options
Diffstat (limited to 'src/modules/m_channames.cpp')
-rw-r--r-- | src/modules/m_channames.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_channames.cpp b/src/modules/m_channames.cpp index 008422c66..ba03f9af5 100644 --- a/src/modules/m_channames.cpp +++ b/src/modules/m_channames.cpp @@ -130,7 +130,7 @@ class ModuleChannelNames : public Module virtual Version GetVersion() { - return Version("Implements config tags which allow changing characters allowed in channel names", VF_VENDOR,API_VERSION); + return Version("Implements config tags which allow changing characters allowed in channel names", VF_VENDOR); } }; |