X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fmodules%2Fm_vhost.cpp;h=dddf1f29361fe2708514eec1e0eed48faceb111a;hb=3151d60c1ecc9462e4c335282ee6c31672f45111;hp=43d732ef92b52bc5b01f3d6874339dab55d708f4;hpb=0a67b8861adfca7b09e59d9639e26b6bf71859a5;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/modules/m_vhost.cpp b/src/modules/m_vhost.cpp index 43d732ef9..dddf1f293 100644 --- a/src/modules/m_vhost.cpp +++ b/src/modules/m_vhost.cpp @@ -2,7 +2,7 @@ * InspIRCd -- Internet Relay Chat Daemon * * Copyright (C) 2018 linuxdaemon - * Copyright (C) 2013, 2018 Sadie Powell + * Copyright (C) 2013, 2018, 2020 Sadie Powell * Copyright (C) 2012, 2019 Robby * Copyright (C) 2012 Attila Molnar * Copyright (C) 2009 Daniel De Graaf @@ -128,7 +128,7 @@ class ModuleVHost : public Module Version GetVersion() CXX11_OVERRIDE { - return Version("Provides masking of user hostnames via the VHOST command", VF_VENDOR); + return Version("Allows the server administrator to define accounts which can grant a custom virtual host.", VF_VENDOR); } };