diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-10-06 14:23:37 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-10-06 14:23:37 +0000 |
commit | 364735e18b500f0a071fab4cc5c9e7bace1835fc (patch) | |
tree | b5235b72d84aa823ea32512eb820840930f99184 /src/modules/m_tline.cpp | |
parent | a519f21f44dbbaf30b90fe44a9a73f930d61c185 (diff) |
Document a ton of classes (e.g. give them a short description for http://svn.inspircd.org/docs/annotated.html)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5434 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/m_tline.cpp')
-rw-r--r-- | src/modules/m_tline.cpp | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/modules/m_tline.cpp b/src/modules/m_tline.cpp index 2635d2b12..0208222a4 100644 --- a/src/modules/m_tline.cpp +++ b/src/modules/m_tline.cpp @@ -20,16 +20,14 @@ using namespace std; #include "users.h" #include "channels.h" #include "modules.h" - #include "wildcard.h" #include "inspircd.h" #include "dns.h" /* $ModDesc: Provides /tline command used to test who a mask matches */ - - - +/** Handle /TLINE + */ class cmd_tline : public command_t { public: |