From c1f03ef2db4bed43adaa72aef7aa2b9be57ddfe4 Mon Sep 17 00:00:00 2001 From: peavey Date: Wed, 19 Mar 2008 01:23:50 +0000 Subject: Final tweak to AllModulesReportReady, should be there now. git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@9135 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/inspircd.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/inspircd.cpp') diff --git a/src/inspircd.cpp b/src/inspircd.cpp index e1cb02719..20f9a0f5b 100644 --- a/src/inspircd.cpp +++ b/src/inspircd.cpp @@ -1193,7 +1193,7 @@ bool InspIRCd::AllModulesReportReady(userrec* user) { if (Config->implement_lists[i][I_OnCheckReady]) { - if (!modules[i]->OnCheckReady(user)) + if (modules[i]->OnCheckReady(user)) ready++; total++; } -- cgit v1.3.1-10-gc9f91