~ubuntu-branches/ubuntu/oneiric/inspircd/oneiric-security

« back to all changes in this revision

Viewing changes to src/inspircd.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Darren Blaber
  • Date: 2008-04-21 12:51:01 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20080421125101-m6lqhtn1wna8u2go
Tags: 1.1.19+dfsg-1
New upstream version

Show diffs side-by-side

added added

removed removed

Lines of Context:
1191
1191
        {
1192
1192
                if (Config->implement_lists[i][I_OnCheckReady])
1193
1193
                {
1194
 
                        int res = modules[i]->OnCheckReady(user);
1195
 
                        if (!res)
 
1194
                        if (!modules[i]->OnCheckReady(user))
1196
1195
                                return false;
1197
1196
                }
1198
1197
        }