diff options
Diffstat (limited to 'src/modules/m_setname.cpp')
-rw-r--r-- | src/modules/m_setname.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_setname.cpp b/src/modules/m_setname.cpp index b0e76f587..846938c8d 100644 --- a/src/modules/m_setname.cpp +++ b/src/modules/m_setname.cpp @@ -76,7 +76,7 @@ class ModuleSetName : public Module Version GetVersion() CXX11_OVERRIDE { - return Version("Provides support for the SETNAME command", VF_VENDOR); + return Version("Provides the SETNAME command", VF_VENDOR); } }; |