diff options
| author | 2009-10-21 23:45:19 +0000 | |
|---|---|---|
| committer | 2009-10-21 23:45:19 +0000 | |
| commit | 123eac3f25ce4dd3142b4ac66eb321f7df1e23e4 (patch) | |
| tree | 7503b5ce313dc18edc4b39dd0e580ba6ea7fc930 /src/inspircd.cpp | |
| parent | Move some local-only fields to LocalUser (diff) | |
Change module API to use LocalUser* where correct
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11943 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/inspircd.cpp')
| -rw-r--r-- | src/inspircd.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inspircd.cpp b/src/inspircd.cpp index ca6a59cac..4404e2323 100644 --- a/src/inspircd.cpp +++ b/src/inspircd.cpp @@ -794,7 +794,7 @@ int InspIRCd::Run() * (until this returns true, a user will block in the waiting state, waiting to connect up to the * registration timeout maximum seconds) */ -bool InspIRCd::AllModulesReportReady(User* user) +bool InspIRCd::AllModulesReportReady(LocalUser* user) { ModResult res; FIRST_MOD_RESULT(OnCheckReady, res, (user)); |
