summaryrefslogtreecommitdiff
path: root/src/modules/m_setname.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/m_setname.cpp')
-rw-r--r--src/modules/m_setname.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_setname.cpp b/src/modules/m_setname.cpp
index 25675dcee..345e678f6 100644
--- a/src/modules/m_setname.cpp
+++ b/src/modules/m_setname.cpp
@@ -106,7 +106,7 @@ class ModuleSetName : public Module
Version GetVersion() CXX11_OVERRIDE
{
- return Version("Provides the SETNAME command", VF_VENDOR);
+ return Version("Adds the /SETNAME command which allows users to change their real name (gecos).", VF_VENDOR);
}
};