diff options
| author | 2013-07-03 04:34:40 +0100 | |
|---|---|---|
| committer | 2013-07-04 15:51:00 +0100 | |
| commit | 54d10d53c730ab81ca6464fe2f0e0ecbcd435672 (patch) | |
| tree | 45210da4b6014f2dfe4aba3b065e80fc37ad660a /src/modules/m_httpd_stats.cpp | |
| parent | Merge pull request #571 from ShutterQuick/inspircd+checkclone (diff) | |
Remove $Core and $Mod* comments apart from $ModDep.
Diffstat (limited to 'src/modules/m_httpd_stats.cpp')
| -rw-r--r-- | src/modules/m_httpd_stats.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/modules/m_httpd_stats.cpp b/src/modules/m_httpd_stats.cpp index faf42d071..e30aced4b 100644 --- a/src/modules/m_httpd_stats.cpp +++ b/src/modules/m_httpd_stats.cpp @@ -26,8 +26,6 @@ #include "xline.h" #include "protocol.h" -/* $ModDesc: Provides statistics over HTTP via m_httpd.so */ - class ModuleHttpStats : public Module { static std::map<char, char const*> const &entities; |
