aboutsummaryrefslogtreecommitdiff
path: root/src/modules/m_testcommand.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/m_testcommand.cpp')
-rw-r--r--src/modules/m_testcommand.cpp9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/modules/m_testcommand.cpp b/src/modules/m_testcommand.cpp
index 4f5d3a244..5816b20a0 100644
--- a/src/modules/m_testcommand.cpp
+++ b/src/modules/m_testcommand.cpp
@@ -20,14 +20,13 @@ using namespace std;
#include "users.h"
#include "channels.h"
#include "modules.h"
-
#include "dns.h"
#include "inspircd.h"
/* $ModDesc: Povides a proof-of-concept test /WOOT command */
-
-
+/** A test resolver class for IPV6
+ */
class MyV6Resolver : public Resolver
{
bool fw;
@@ -48,8 +47,8 @@ class MyV6Resolver : public Resolver
}
};
-
-
+/** Handle /WOOT
+ */
class cmd_woot : public command_t
{
public: