X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fmodules%2Fm_uninvite.cpp;h=d6b42c242c261b55ad10ed5370a0103ef0c7b687;hb=d494fa6e094e85cd29235e995fb2b447d6e1f168;hp=d48757ef8dad36dc491e98fe168d6d4e27146dc0;hpb=26ddc3942d5465574a66126033971ee2d0d9c373;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/modules/m_uninvite.cpp b/src/modules/m_uninvite.cpp index d48757ef8..d6b42c242 100644 --- a/src/modules/m_uninvite.cpp +++ b/src/modules/m_uninvite.cpp @@ -130,7 +130,7 @@ class ModuleUninvite : public Module Version GetVersion() CXX11_OVERRIDE { - return Version("Provides the UNINVITE command which lets users un-invite other users from channels", VF_VENDOR | VF_OPTCOMMON); + return Version("Adds the /UNINVITE command which allows users who have invited another user to a channel to withdraw their invite.", VF_VENDOR | VF_OPTCOMMON); } };