diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-09-15 10:59:36 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-09-15 10:59:36 +0000 |
commit | b45e7cfebbeaad4ecc3c55bc3060140f50f710d3 (patch) | |
tree | f5d168a3abe2b52b3e32f344c07ddeedaed3c698 /src/modules/m_knock.cpp | |
parent | ea483e49729ba1cd9b32feed8e49bb4f35691b2b (diff) |
Annotations
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5254 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/m_knock.cpp')
-rw-r--r-- | src/modules/m_knock.cpp | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/modules/m_knock.cpp b/src/modules/m_knock.cpp index 3a104bb67..1e490ad12 100644 --- a/src/modules/m_knock.cpp +++ b/src/modules/m_knock.cpp @@ -26,8 +26,8 @@ using namespace std; /* $ModDesc: Provides support for /KNOCK and mode +K */ - - +/** Handles the /KNOCK command + */ class cmd_knock : public command_t { public: @@ -77,6 +77,8 @@ class cmd_knock : public command_t } }; +/** Handles channel mode +K + */ class Knock : public ModeHandler { public: |