]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_sqlutils.cpp
Clarify handshake failure messages
[user/henk/code/inspircd.git] / src / modules / m_sqlutils.cpp
index 28f32ec26cec4ef4aca644a46c05679b32f4695a..db5a990e17831384e2fa29585e89638de62fa2b8 100644 (file)
@@ -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