X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fmodules%2Fm_chgident.cpp;h=5abb79a2baff5e7c79e9648dda82919c922ee4bf;hb=6cfabb0064cab52bbbab59974e53dc0fa1954da7;hp=e16e32cb74ec4212c0ace1670040cc4257e1c406;hpb=aa692dc1039b63deef7886e914ec499abe7facaf;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/modules/m_chgident.cpp b/src/modules/m_chgident.cpp index e16e32cb7..5abb79a2b 100644 --- a/src/modules/m_chgident.cpp +++ b/src/modules/m_chgident.cpp @@ -90,7 +90,7 @@ public: Version GetVersion() CXX11_OVERRIDE { - return Version("Provides the CHGIDENT command", VF_OPTCOMMON | VF_VENDOR); + return Version("Adds the /CHGIDENT command which allows server operators to change the username (ident) of a user.", VF_OPTCOMMON | VF_VENDOR); } };