diff options
Diffstat (limited to 'src/modules/m_check.cpp')
-rw-r--r-- | src/modules/m_check.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/m_check.cpp b/src/modules/m_check.cpp index 4f153d496..86bc9cef5 100644 --- a/src/modules/m_check.cpp +++ b/src/modules/m_check.cpp @@ -24,8 +24,8 @@ using namespace std; /* $ModDesc: Provides the /check command to retrieve information on a user, channel, or IP address */ - - +/** Handle /CHECK + */ class cmd_check : public command_t { public: |