X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fmodules%2Fm_blockcaps.cpp;h=0ae0f6c0bfc56c44e3207c62ae80f5833e4576b8;hb=4a6fedd9324d87349a806c9c1d0ae6e7d3c1fd38;hp=26c11e0825c9c1f17b1d6a94807e091f3e8b6f6a;hpb=203a45d18e39e42d06a177c6f57f00572b097e14;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/modules/m_blockcaps.cpp b/src/modules/m_blockcaps.cpp index 26c11e082..0ae0f6c0b 100644 --- a/src/modules/m_blockcaps.cpp +++ b/src/modules/m_blockcaps.cpp @@ -125,7 +125,7 @@ public: Version GetVersion() CXX11_OVERRIDE { - return Version("Provides support to block all-CAPS channel messages and notices", VF_VENDOR); + return Version("Adds channel mode B (blockcaps) which allows channels to block messages which are excessively capitalised.", VF_VENDOR); } };