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:
brain 2008-03-19 00:23:51 +00:00
parent 26057b119f
commit 6d05c35ac8

View File

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