X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fmodules%2Fm_channames.cpp;h=c5315b3077d446e9848d2fe90260a0e162589fbc;hb=0a6b1e1a7de92e078a98f0b955d2624e5b85e4c1;hp=d0d122b436c91225e7a953f5fdcfb1fa2b05f569;hpb=565544fac966b14e046bb3042ab485f79bcf7c9e;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/modules/m_channames.cpp b/src/modules/m_channames.cpp index d0d122b43..c5315b307 100644 --- a/src/modules/m_channames.cpp +++ b/src/modules/m_channames.cpp @@ -1,6 +1,11 @@ /* * InspIRCd -- Internet Relay Chat Daemon * + * Copyright (C) 2013, 2017 Sadie Powell + * Copyright (C) 2013 Daniel Vassdal + * Copyright (C) 2012-2014 Attila Molnar + * Copyright (C) 2012 Robby + * Copyright (C) 2010 Craig Edwards * Copyright (C) 2009-2010 Daniel De Graaf * * This file is part of InspIRCd. InspIRCd is free software: you can @@ -148,7 +153,7 @@ class ModuleChannelNames : public Module Version GetVersion() CXX11_OVERRIDE { - return Version("Implements config tags which allow changing characters allowed in channel names", VF_VENDOR); + return Version("Allows the server administrator to define what characters are allowed in channel names.", VF_VENDOR); } };