mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-12 20:19:02 -04:00
Whoops, and dont get the comparison backwards. dont look at me like that, its almost 3am :p
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9130 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
parent
26057b119f
commit
6d05c35ac8
@ -770,7 +770,7 @@ bool InspIRCd::AllModulesReportReady(User* user)
|
||||
if ((*i)->OnCheckReady(user))
|
||||
ready++;
|
||||
}
|
||||
return (ready == Modules->EventHandlers[I_OnCheckReady].size());
|
||||
return (ready != Modules->EventHandlers[I_OnCheckReady].size());
|
||||
}
|
||||
|
||||
time_t InspIRCd::Time()
|
||||
|
Loading…
x
Reference in New Issue
Block a user