X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fmodules%2Fm_banexception.cpp;h=8d1be06580ffa55574d4229d0fbcf679a686729f;hb=c71361e8e4f22cb4f72881399bce2832eb080b0e;hp=0501e7670a0bb6b6da25753f96135a06bd357a99;hpb=042617e97f00c840bb740b0279bf921f4a6cbd01;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/modules/m_banexception.cpp b/src/modules/m_banexception.cpp index 0501e7670..8d1be0658 100644 --- a/src/modules/m_banexception.cpp +++ b/src/modules/m_banexception.cpp @@ -1,7 +1,7 @@ /* * InspIRCd -- Internet Relay Chat Daemon * - * Copyright (C) 2013, 2017-2019 Sadie Powell + * Copyright (C) 2013, 2017-2020 Sadie Powell * Copyright (C) 2012-2013 Attila Molnar * Copyright (C) 2012, 2019 Robby * Copyright (C) 2009-2010 Daniel De Graaf @@ -105,7 +105,7 @@ class ModuleBanException : public Module Version GetVersion() CXX11_OVERRIDE { - return Version("Provides channel mode +e, ban exceptions", VF_VENDOR); + return Version("Adds channel mode e (banexception) which allows channel operators to exempt user masks from the b (ban) channel mode.", VF_VENDOR); } };