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_chancreate.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_chancreate.cpp')
-rw-r--r-- | src/modules/m_chancreate.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/m_chancreate.cpp b/src/modules/m_chancreate.cpp index d7dfe8d2c..48f60a8d9 100644 --- a/src/modules/m_chancreate.cpp +++ b/src/modules/m_chancreate.cpp @@ -21,7 +21,7 @@ #include "inspircd.h" -/* $ModDesc: Creates a snomask with notices whenever a new channel is created */ +/* $ModDesc: Provides snomasks 'j' and 'J', to which notices about newly created channels are sent */ class ModuleChanCreate : public Module { @@ -36,7 +36,7 @@ class ModuleChanCreate : public Module Version GetVersion() { - return Version("Creates a snomask with notices whenever a new channel is created",VF_VENDOR); + return Version("Provides snomasks 'j' and 'J', to which notices about newly created channels are sent",VF_VENDOR); } |