From d36316f767c6d16130125c67dea4afb4f0f85311 Mon Sep 17 00:00:00 2001 From: om Date: Sat, 22 Jul 2006 11:22:20 +0000 Subject: Stop publishing the PgSQL feature ( :-'( ) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4503 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules/extra/m_pgsql.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/modules/extra/m_pgsql.cpp b/src/modules/extra/m_pgsql.cpp index b62c804ce..0b6e6c356 100644 --- a/src/modules/extra/m_pgsql.cpp +++ b/src/modules/extra/m_pgsql.cpp @@ -451,7 +451,6 @@ public: : Module::Module(Me), Srv(Me), currid(0) { log(DEBUG, "%s 'SQL' feature", Srv->PublishFeature("SQL", this) ? "Published" : "Couldn't publish"); - log(DEBUG, "%s 'PgSQL' feature", Srv->PublishFeature("PgSQL", this) ? "Published" : "Couldn't publish"); sqlsuccess = new char[strlen(SQLSUCCESS)+1]; -- cgit v1.2.3