diff options
Diffstat (limited to 'src/modules/m_spy.cpp')
-rw-r--r-- | src/modules/m_spy.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_spy.cpp b/src/modules/m_spy.cpp index 12aa0d347..85953f391 100644 --- a/src/modules/m_spy.cpp +++ b/src/modules/m_spy.cpp @@ -44,7 +44,7 @@ class ModuleSpy : public Module virtual Version GetVersion() { - return Version("Provides the ability to see the complete names list of channels an oper is not a member of", VF_VENDOR, API_VERSION); + return Version("Provides the ability to see the complete names list of channels an oper is not a member of", VF_VENDOR); } }; |