]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_silence.cpp
Add a human-readable version of the cloak list.
[user/henk/code/inspircd.git] / src / modules / m_silence.cpp
index dc56d48cc57c568312181b2cb43156930ca095d8..e7271e68fc71262339f85a6990515ca4adeef618 100644 (file)
@@ -476,7 +476,6 @@ class ModuleSilence
                                        flag = SilenceEntry::SF_PRIVMSG_CHANNEL;
 
                                return BuildChannelExempts(user, target.Get<Channel>(), flag, details.exemptions);
-                               break;
                        }
                        case MessageTarget::TYPE_USER:
                        {
@@ -517,7 +516,7 @@ class ModuleSilence
 
        Version GetVersion() CXX11_OVERRIDE
        {
-               return Version("Provides support for blocking users with the SILENCE command", VF_OPTCOMMON | VF_VENDOR);
+               return Version("Adds the /SILENCE command which allows users to ignore other users on server-side.", VF_OPTCOMMON | VF_VENDOR);
        }
 };