summaryrefslogtreecommitdiff
path: root/src/modules/m_setident.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/m_setident.cpp')
-rw-r--r--src/modules/m_setident.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_setident.cpp b/src/modules/m_setident.cpp
index 079564b23..d72f3f22a 100644
--- a/src/modules/m_setident.cpp
+++ b/src/modules/m_setident.cpp
@@ -70,7 +70,7 @@ class ModuleSetIdent : public Module
Version GetVersion() CXX11_OVERRIDE
{
- return Version("Provides the SETIDENT command", VF_VENDOR);
+ return Version("Adds the /SETIDENT command which allows server operators to change their username (ident).", VF_VENDOR);
}
};