mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-11 19:49:02 -04:00
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:
parent
c3e5246590
commit
ff44d048a2
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user