diff options
| author | 2006-07-22 11:22:20 +0000 | |
|---|---|---|
| committer | 2006-07-22 11:22:20 +0000 | |
| commit | d36316f767c6d16130125c67dea4afb4f0f85311 (patch) | |
| tree | 06f3adc84101295ab2af3beb530d0207917dd5dd /src/modules/extra/m_pgsql.cpp | |
| parent | Fix -modupdate to not break inspircd_se_config.h (a configure-written header ... (diff) | |
| download | inspircd++-d36316f767c6d16130125c67dea4afb4f0f85311.tar.gz inspircd++-d36316f767c6d16130125c67dea4afb4f0f85311.tar.bz2 inspircd++-d36316f767c6d16130125c67dea4afb4f0f85311.zip | |
Stop publishing the PgSQL feature ( :-'( )
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4503 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/extra/m_pgsql.cpp')
| -rw-r--r-- | src/modules/extra/m_pgsql.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
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]; |
