X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fmodules%2Fm_chgident.cpp;h=4134905a1ad767ea6a68a9c2f6e743793c84cc93;hb=HEAD;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..4134905a1 100644 --- a/src/modules/m_chgident.cpp +++ b/src/modules/m_chgident.cpp @@ -10,6 +10,7 @@ * Copyright (C) 2007, 2009 Dennis Friis * Copyright (C) 2007 Robin Burchell * Copyright (C) 2007 John Brooks + * Copyright (C) 2006 Oliver Lupton * * This file is part of InspIRCd. InspIRCd is free software: you can * redistribute it and/or modify it under the terms of the GNU General Public @@ -90,7 +91,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); } };