]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_sethost.cpp
Only assign NewServices once the duplicate check is done.
[user/henk/code/inspircd.git] / src / modules / m_sethost.cpp
index 022434ec95fb8bb755924b80a4c68354fc6491dd..06f62b443411578aca140dd54a4c359f9a0fd0f0 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * InspIRCd -- Internet Relay Chat Daemon
  *
- *   Copyright (C) 2013, 2017-2018 Sadie Powell <sadie@witchery.services>
+ *   Copyright (C) 2013, 2017-2018, 2020 Sadie Powell <sadie@witchery.services>
  *   Copyright (C) 2012-2013 Attila Molnar <attilamolnar@hush.com>
  *   Copyright (C) 2012, 2019 Robby <robby@chatbelgie.be>
  *   Copyright (C) 2009 Daniel De Graaf <danieldg@inspircd.org>
@@ -90,7 +90,7 @@ class ModuleSetHost : public Module
 
        Version GetVersion() CXX11_OVERRIDE
        {
-               return Version("Provides the SETHOST command", VF_VENDOR);
+               return Version("Adds the /SETHOST command which allows server operators to change their displayed hostname.", VF_VENDOR);
        }
 };