X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fmodules%2Fm_hidemode.cpp;h=3f041344f1ceb53a3366b6f93423bbc6e0e9647d;hb=HEAD;hp=aae760262e6526e0b2f204d074e5f1e803d663c9;hpb=aa692dc1039b63deef7886e914ec499abe7facaf;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/modules/m_hidemode.cpp b/src/modules/m_hidemode.cpp index aae760262..3f041344f 100644 --- a/src/modules/m_hidemode.cpp +++ b/src/modules/m_hidemode.cpp @@ -91,7 +91,7 @@ class ModeHook : public ClientProtocol::EventHook const Modes::Change& curr = *i; if (settings.GetRequiredRank(*curr.mh) <= rank) { - // No restriction on who can see this mode or there is one but the member's rank is sufficient + // No restriction on who can see this mode or there is one but the member's rank is sufficient if (modechangelist) modechangelist->push(curr); @@ -201,7 +201,7 @@ class ModuleHideMode : public Module Version GetVersion() CXX11_OVERRIDE { - return Version("Provides support for hiding mode changes", VF_VENDOR); + return Version("Allows mode changes to be hidden from users without a prefix mode ranked equal to or higher than a defined level.", VF_VENDOR); } };