diff options
| author | 2012-05-30 03:46:41 +0200 | |
|---|---|---|
| committer | 2012-05-30 03:46:41 +0200 | |
| commit | 804c02174fd61143f6da5580dd0e28bd9f1bb8a8 (patch) | |
| tree | 6ea8d5744cfa3fb146ee1927474ec7e57648e3e5 /src/modules/m_check.cpp | |
| parent | Merge pull request #156 from attilamolnar/insp20+statszfix (diff) | |
Module description updates
Diffstat (limited to 'src/modules/m_check.cpp')
| -rw-r--r-- | src/modules/m_check.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/modules/m_check.cpp b/src/modules/m_check.cpp index cabfd02bc..8316b09fe 100644 --- a/src/modules/m_check.cpp +++ b/src/modules/m_check.cpp @@ -20,9 +20,9 @@ */ -#include "inspircd.h" +/* $ModDesc: Provides the /CHECK command to retrieve information on a user, channel, hostname or IP address */ -/* $ModDesc: Provides the /check command to retrieve information on a user, channel, or IP address */ +#include "inspircd.h" /** Handle /CHECK */ @@ -288,7 +288,7 @@ class ModuleCheck : public Module Version GetVersion() { - return Version("CHECK command, view user/channel details", VF_VENDOR|VF_OPTCOMMON); + return Version("CHECK command, view user, channel, IP address or hostname information", VF_VENDOR|VF_OPTCOMMON); } }; |
