diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/modules/m_delayjoin.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/modules/m_delayjoin.cpp b/src/modules/m_delayjoin.cpp index abdee355a..028717985 100644 --- a/src/modules/m_delayjoin.cpp +++ b/src/modules/m_delayjoin.cpp @@ -36,9 +36,9 @@ class DelayJoinMode : public ModeHandler { if (channel->IsModeSet('D')) { - /* Make all delayed join users visible, or if an op removes +D - * while users exist that havent spoken, they remain permenantly - * invisible on this channel! + /* + * Make all users visible, as +D is being removed. If we don't do this, + * they remain permanently invisible on this channel! */ CUList* names = channel->GetUsers(); for (CUListIter n = names->begin(); n != names->end(); ++n) |