]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_setname.cpp
Send RPL_SAVENICK from irc2 when renaming a user to their UUID.
[user/henk/code/inspircd.git] / src / modules / m_setname.cpp
index 25675dcee4b6ce4f3fc33cdfe1b6c69cfebc966e..46a83d803e7fa7d38d3add737b75e661011304fe 100644 (file)
@@ -1,13 +1,10 @@
 /*
  * InspIRCd -- Internet Relay Chat Daemon
  *
- *   Copyright (C) 2018 Matt Schatz <genius3000@g3k.solutions>
- *   Copyright (C) 2013, 2018-2019 Sadie Powell <sadie@witchery.services>
+ *   Copyright (C) 2013, 2018-2020 Sadie Powell <sadie@witchery.services>
  *   Copyright (C) 2012, 2019 Robby <robby@chatbelgie.be>
  *   Copyright (C) 2012 Attila Molnar <attilamolnar@hush.com>
- *   Copyright (C) 2010 Craig Edwards <brain@inspircd.org>
  *   Copyright (C) 2009 Daniel De Graaf <danieldg@inspircd.org>
- *   Copyright (C) 2007 Robin Burchell <robin+git@viroteck.net>
  *   Copyright (C) 2007 John Brooks <special@inspircd.org>
  *   Copyright (C) 2007 Dennis Friis <peavey@inspircd.org>
  *
@@ -106,7 +103,7 @@ class ModuleSetName : public Module
 
        Version GetVersion() CXX11_OVERRIDE
        {
-               return Version("Provides the SETNAME command", VF_VENDOR);
+               return Version("Adds the /SETNAME command which allows users to change their real name (gecos).", VF_VENDOR);
        }
 };