From 855f0d98e90a077f46b456e98ebb8a9b290488f6 Mon Sep 17 00:00:00 2001 From: brain Date: Fri, 6 Oct 2006 14:37:51 +0000 Subject: Document more classes git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5435 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules/m_watch.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/modules/m_watch.cpp') diff --git a/src/modules/m_watch.cpp b/src/modules/m_watch.cpp index ed56f7b8b..5ca114e0c 100644 --- a/src/modules/m_watch.cpp +++ b/src/modules/m_watch.cpp @@ -22,15 +22,13 @@ using namespace std; #include "users.h" #include "channels.h" #include "modules.h" - #include "hashcomp.h" #include "inspircd.h" /* $ModDesc: Provides support for the /watch command */ - - - +/** A watchlist entry + */ class watchentry : public classbase { public: @@ -41,6 +39,8 @@ class watchentry : public classbase typedef std::vector watchlist; watchlist watches; +/** Handle /WATCH + */ class cmd_watch : public command_t { public: -- cgit v1.3.1-10-gc9f91