diff options
| author | 2009-10-21 23:45:19 +0000 | |
|---|---|---|
| committer | 2009-10-21 23:45:19 +0000 | |
| commit | 123eac3f25ce4dd3142b4ac66eb321f7df1e23e4 (patch) | |
| tree | 7503b5ce313dc18edc4b39dd0e580ba6ea7fc930 /src/modules/m_sqlutils.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/modules/m_sqlutils.cpp')
| -rw-r--r-- | src/modules/m_sqlutils.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_sqlutils.cpp b/src/modules/m_sqlutils.cpp index 28f32ec26..db5a990e1 100644 --- a/src/modules/m_sqlutils.cpp +++ b/src/modules/m_sqlutils.cpp @@ -97,7 +97,7 @@ public: } } - void OnUserDisconnect(User* user) + void OnUserDisconnect(LocalUser* user) { /* A user is disconnecting, first we need to check if they have a list of queries associated with them. * Then, if they do, we need to erase each of them from our IdUserMap (iduser) so when the module that |
