diff options
author | Robin Burchell <viroteck@viroteck.net> | 2012-05-30 02:54:45 -0700 |
---|---|---|
committer | Robin Burchell <viroteck@viroteck.net> | 2012-05-30 02:54:45 -0700 |
commit | a66b5a7b8f10a876970230cd087352d3bda5ef3e (patch) | |
tree | 4d459a14522ec518d9802d01c23f7d7a4fd338ec /src/modules/m_check.cpp | |
parent | cb9740f15157b2c32d4bd8ca9d43ae06f98aa963 (diff) | |
parent | 804c02174fd61143f6da5580dd0e28bd9f1bb8a8 (diff) |
Merge pull request #173 from Robby-/insp20-moddesc
[2.0] 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); } }; |