]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_timedbans.cpp
Document a ton of classes (e.g. give them a short description for http://svn.inspircd...
[user/henk/code/inspircd.git] / src / modules / m_timedbans.cpp
index 4c58306f53bf8295d93dc287a0fb2ae5e00a7247..6bd6a39fd62d9311f23111893a631aa24764227b 100644 (file)
@@ -23,14 +23,13 @@ using namespace std;
 #include "users.h"
 #include "channels.h"
 #include "modules.h"
-
 #include "hashcomp.h"
 #include "configreader.h"
 #include "inspircd.h"
 
 
-
-
+/** Holds a timed ban
+ */
 class TimedBan : public classbase
 {
  public:
@@ -42,6 +41,8 @@ class TimedBan : public classbase
 typedef std::vector<TimedBan> timedbans;
 timedbans TimedBanList;
 
+/** Handle /TBAN
+ */
 class cmd_tban : public command_t
 {
  public: