mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-12 20:19:02 -04:00
oh, DOH
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9127 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
parent
525eeb51a5
commit
e1834aa932
@ -149,9 +149,9 @@ class ModuleCAP : public Module
|
||||
{
|
||||
/* Users in CAP state get held until CAP END */
|
||||
if (user->GetExt("CAP_REGHOLD"))
|
||||
return true;
|
||||
return false;
|
||||
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
virtual ~ModuleCAP()
|
||||
|
Loading…
x
Reference in New Issue
Block a user