diff options
| author | 2006-07-22 12:57:19 +0000 | |
|---|---|---|
| committer | 2006-07-22 12:57:19 +0000 | |
| commit | bb078eebb0bcfad5e7dd5fcd64700504b4056e67 (patch) | |
| tree | e2816097cc5ea11545898ee8a79e949c92638fa9 /src/modules/extra/m_pgsql.cpp | |
| parent | This compiles, dont expect it to work yet (diff) | |
Actually hook up the OnUnloadModule event >_<
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4508 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/extra/m_pgsql.cpp')
| -rw-r--r-- | src/modules/extra/m_pgsql.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/extra/m_pgsql.cpp b/src/modules/extra/m_pgsql.cpp index 0b6e6c356..f9de9f516 100644 --- a/src/modules/extra/m_pgsql.cpp +++ b/src/modules/extra/m_pgsql.cpp @@ -537,7 +537,7 @@ public: */ for(ConnMap::iterator iter = connections.begin(); iter != connections.end(); iter++) { - + iter->second->OnUnloadModule(mod); } } |
