]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Remove references to the long dead SQLv2 from the pgsql module.
authorSadie Powell <sadie@witchery.services>
Thu, 9 Apr 2020 23:32:56 +0000 (00:32 +0100)
committerSadie Powell <sadie@witchery.services>
Thu, 9 Apr 2020 23:32:56 +0000 (00:32 +0100)
src/modules/extra/m_pgsql.cpp

index 43cd6e93b00dbc0e69d6cda63a9756235ebd98d1..8bd934e917160dc662d5672136be80c2fa222b88 100644 (file)
@@ -620,7 +620,7 @@ class ModulePgSQL : public Module
 
        Version GetVersion() CXX11_OVERRIDE
        {
-               return Version("PostgreSQL Service Provider module for all other m_sql* modules, uses v2 of the SQL API", VF_VENDOR);
+               return Version("Provides PostgreSQL support to modules", VF_VENDOR);
        }
 };