]> 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 f63cd3eab539c663f148e4fec17186b292d4ef84..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
@@ -218,7 +218,7 @@ public:
 
        Version GetVersion()
        {
-               return Version("Provides some utilities to SQL client modules, such as mapping queries to users and channels", VF_VENDOR | VF_SERVICEPROVIDER, API_VERSION);
+               return Version("Provides some utilities to SQL client modules, such as mapping queries to users and channels", VF_VENDOR);
        }
 
 };