summaryrefslogtreecommitdiff
path: root/src/modules/m_helpop.cpp
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-09-15 10:59:36 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-09-15 10:59:36 +0000
commitb45e7cfebbeaad4ecc3c55bc3060140f50f710d3 (patch)
treef5d168a3abe2b52b3e32f344c07ddeedaed3c698 /src/modules/m_helpop.cpp
parentea483e49729ba1cd9b32feed8e49bb4f35691b2b (diff)
Annotations
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5254 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/m_helpop.cpp')
-rw-r--r--src/modules/m_helpop.cpp9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/modules/m_helpop.cpp b/src/modules/m_helpop.cpp
index dc124cd46..330a5d60e 100644
--- a/src/modules/m_helpop.cpp
+++ b/src/modules/m_helpop.cpp
@@ -19,19 +19,18 @@ using namespace std;
#include "users.h"
#include "channels.h"
#include "modules.h"
-
#include "inspircd.h"
// Global Vars
static ConfigReader *helpop;
-
-
bool do_helpop(const char**, int, userrec*);
void sendtohelpop(userrec*, int, const char**);
/* $ModDesc: /helpop Command, Works like Unreal helpop */
+/** Handles user mode +h
+ */
class Helpop : public ModeHandler
{
public:
@@ -60,6 +59,8 @@ class Helpop : public ModeHandler
}
};
+/** Handles /HELPOP
+ */
class cmd_helpop : public command_t
{
public:
@@ -182,6 +183,8 @@ class cmd_helpop : public command_t
}
};
+/** Thrown by m_helpop
+ */
class HelpopException : public ModuleException
{
private: