]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_nicklock.cpp
Fix comments that claim that the InspIRCd protocol uses TS6 UUIDs.
[user/henk/code/inspircd.git] / src / modules / m_nicklock.cpp
index b9e2a2ef4fd03602546446f82ad81c5cd2fd9378..db7b52ad6e4f225b217c57ae32b0ccb1f41f9834 100644 (file)
@@ -8,7 +8,7 @@
  *   Copyright (C) 2009 Uli Schlachter <psychon@inspircd.org>
  *   Copyright (C) 2007-2009 Robin Burchell <robin+git@viroteck.net>
  *   Copyright (C) 2007, 2009 Dennis Friis <peavey@inspircd.org>
- *   Copyright (C) 2006, 2008, 2010 Craig Edwards <brain@inspircd.org>
+ *   Copyright (C) 2005-2006, 2008, 2010 Craig Edwards <brain@inspircd.org>
  *
  * 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
@@ -156,7 +156,7 @@ class ModuleNickLock : public Module
 
        Version GetVersion() CXX11_OVERRIDE
        {
-               return Version("Provides the NICKLOCK command, allows an oper to change a users nick and lock them to it until they quit", VF_OPTCOMMON | VF_VENDOR);
+               return Version("Adds the /NICKLOCK command which allows server operators to change a user's nickname and prevent them from changing it again until they disconnect.", VF_OPTCOMMON | VF_VENDOR);
        }
 
        ModResult OnUserPreNick(LocalUser* user, const std::string& newnick) CXX11_OVERRIDE