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 a55c0bfeb..37f17be8c 100644 --- a/src/modules/m_setname.cpp +++ b/src/modules/m_setname.cpp @@ -74,7 +74,7 @@ class ModuleSetName : public Module public: ModuleSetName() - : Module(VF_VENDOR, "Adds the /SETNAME command which allows users to change their real name (gecos).") + : Module(VF_VENDOR, "Adds the /SETNAME command which allows users to change their real name.") , cmd(this) , setnameevprov(this, "SETNAME") { |
