diff options
Diffstat (limited to 'src/modules/m_hidemode.cpp')
-rw-r--r-- | src/modules/m_hidemode.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_hidemode.cpp b/src/modules/m_hidemode.cpp index 66e70fb89..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); |