aboutsummaryrefslogtreecommitdiff
path: root/src/modules/m_httpd_stats.cpp
diff options
context:
space:
mode:
authorGravatar brain2006-09-13 22:38:03 +0000
committerGravatar brain2006-09-13 22:38:03 +0000
commitf54aa39428e7100a331a1364664262f8b36d7082 (patch)
treea0bbf4b0b1589f4dbe7608c9ebbfb3dcc815cd7d /src/modules/m_httpd_stats.cpp
parentAdd jamie to code contributors in /info (diff)
Beginnings of postdata stuff
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5240 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/m_httpd_stats.cpp')
-rw-r--r--src/modules/m_httpd_stats.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/modules/m_httpd_stats.cpp b/src/modules/m_httpd_stats.cpp
index 3343e20e9..24b5f7f91 100644
--- a/src/modules/m_httpd_stats.cpp
+++ b/src/modules/m_httpd_stats.cpp
@@ -22,14 +22,11 @@ using namespace std;
#include "configreader.h"
#include "modules.h"
#include "inspsocket.h"
-
#include "httpd.h"
#include "inspircd.h"
/* $ModDesc: Provides statistics over HTTP via m_httpd.so */
-
-
typedef std::map<irc::string,int> StatsHash;
typedef StatsHash::iterator StatsIter;