X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fmodules%2Fm_knock.cpp;h=f1cca891ac1f93af205d13f2a40ef279ba48d72e;hb=3151d60c1ecc9462e4c335282ee6c31672f45111;hp=493913964ef59678bb63eb13a52e875e3d3ee44c;hpb=9822a57460d4c7edc17c8fb7c760ae32326bf99d;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/modules/m_knock.cpp b/src/modules/m_knock.cpp index 493913964..f1cca891a 100644 --- a/src/modules/m_knock.cpp +++ b/src/modules/m_knock.cpp @@ -145,7 +145,7 @@ class ModuleKnock : public Module Version GetVersion() CXX11_OVERRIDE { - return Version("Provides the KNOCK command and channel mode +K", VF_OPTCOMMON | VF_VENDOR); + return Version("Adds the /KNOCK command which allows users to request access to an invite-only channel and channel mode K (noknock) which allows channels to disable usage of this command.", VF_OPTCOMMON | VF_VENDOR); } };