summaryrefslogtreecommitdiff
path: root/src/modules/m_shun.cpp
diff options
context:
space:
mode:
authorRobin Burchell <viroteck@viroteck.net>2012-05-30 02:54:45 -0700
committerRobin Burchell <viroteck@viroteck.net>2012-05-30 02:54:45 -0700
commita66b5a7b8f10a876970230cd087352d3bda5ef3e (patch)
tree4d459a14522ec518d9802d01c23f7d7a4fd338ec /src/modules/m_shun.cpp
parentcb9740f15157b2c32d4bd8ca9d43ae06f98aa963 (diff)
parent804c02174fd61143f6da5580dd0e28bd9f1bb8a8 (diff)
Merge pull request #173 from Robby-/insp20-moddesc
[2.0] Module description updates
Diffstat (limited to 'src/modules/m_shun.cpp')
-rw-r--r--src/modules/m_shun.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/m_shun.cpp b/src/modules/m_shun.cpp
index 5db3c8ef7..391f9a187 100644
--- a/src/modules/m_shun.cpp
+++ b/src/modules/m_shun.cpp
@@ -23,7 +23,7 @@
#include "inspircd.h"
#include "xline.h"
-/* $ModDesc: Provides the /shun command, which stops a user executing all commands except PING and PONG. */
+/* $ModDesc: Provides the /SHUN command, which stops a user from executing all except configured commands. */
class Shun : public XLine
{
@@ -308,7 +308,7 @@ class ModuleShun : public Module
virtual Version GetVersion()
{
- return Version("Provides the /shun command, which stops a user executing all commands except PING and PONG.",VF_VENDOR|VF_COMMON);
+ return Version("Provides the /SHUN command, which stops a user from executing all except configured commands.",VF_VENDOR|VF_COMMON);
}
};