X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fmodules%2Fextra%2Fm_pgsql.cpp;h=34e653e2ab6ad449acbc5b190e94ece5f4fbdce8;hb=2e1f86fd0c9911210b79e6ac346672441eef18c4;hp=97ecd0a8a078351fbdf5b21aa01021b2ad281be8;hpb=03e0fb206d3f5709868f03bc7a401cb666c38ffb;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/modules/extra/m_pgsql.cpp b/src/modules/extra/m_pgsql.cpp index 97ecd0a8a..34e653e2a 100644 --- a/src/modules/extra/m_pgsql.cpp +++ b/src/modules/extra/m_pgsql.cpp @@ -29,7 +29,7 @@ /* SQLConn rewritten by peavey to * use EventHandler instead of - * InspSocket. This is much neater + * BufferedSocket. This is much neater * and gives total control of destroy * and delete of resources. */ @@ -983,4 +983,4 @@ void SQLConn::DelayReconnect() ((ModulePgSQL*)us)->ReconnectConn(this); } -MODULE_INIT(ModulePgSQL); +MODULE_INIT(ModulePgSQL)