diff options
| author | 2007-07-30 18:24:14 +0000 | |
|---|---|---|
| committer | 2007-07-30 18:24:14 +0000 | |
| commit | 4695b631fbf84d23a8543f21f90d195b243e1276 (patch) | |
| tree | d4c3842183614c652bef4e6e4055d66027933016 /src/modules/m_httpd.cpp | |
| parent | Update with warning about using \\ instead of \ (so that we don't get a repea... (diff) | |
The macros which tidy up module factories broke m_httpd, fixed.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7619 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/m_httpd.cpp')
| -rw-r--r-- | src/modules/m_httpd.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/m_httpd.cpp b/src/modules/m_httpd.cpp index 0e06f5363..631f89176 100644 --- a/src/modules/m_httpd.cpp +++ b/src/modules/m_httpd.cpp @@ -380,6 +380,7 @@ class ModuleHttpServer : public Module ModuleHttpServer(InspIRCd* Me) : Module(Me) { ReadConfig(); + HttpModule = this; } void OnEvent(Event* event) |
