]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_helpop.cpp
Atheme wont work right, because this wasnt VF_COMMON. If its not VF_COMMON, its not...
[user/henk/code/inspircd.git] / src / modules / m_helpop.cpp
index dc124cd46dc6b22546af31051fc4d81871e33955..330a5d60ed55d566ab3f92e1c8914a0fbc2d4e3c 100644 (file)
@@ -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: