Clarify a comment that confused me

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9665 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
w00t 2008-05-08 17:02:23 +00:00
parent c3e5246590
commit ff44d048a2

View File

@ -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)