]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_blockcaps.cpp
Added <oper:swhois> to m_swhois, which will override <type:swhois> if specified
[user/henk/code/inspircd.git] / src / modules / m_blockcaps.cpp
index 1d67522b97de3255ba9d0f8bff550caffeb3407c..e4f65576050dc52e25b5b794761b461d65169285 100644 (file)
@@ -24,7 +24,8 @@
 /* $ModDesc: Provides support for channel mode +P to block all-CAPS channel messages and notices */
 
 
-
+/** Handles the +P channel mode
+ */
 class BlockCaps : public ModeHandler
 {
  public:
@@ -108,7 +109,7 @@ public:
 
        virtual Version GetVersion()
        {
-               return Version(1,0,0,0,VF_COMMON|VF_VENDOR);
+               return Version(1,1,0,0,VF_COMMON|VF_VENDOR,API_VERSION);
        }
 };