]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/modules/shun.h
WriteNeighborsWithCap: add the ability to send to the origin user.
[user/henk/code/inspircd.git] / include / modules / shun.h
index 9ce547e2d6fe36a5502f1e543d45f2902f1718a9..1c35e3a74f92dfd4725527e0a0dd9af554cd67d1 100644 (file)
@@ -33,7 +33,7 @@ class Shun : public XLine
         * @param re The reason of the xline
         * @param shunmask Mask to match
         */
-       Shun(time_t s_time, long d, const std::string& src, const std::string& re, const std::string& shunmask)
+       Shun(time_t s_time, unsigned long d, const std::string& src, const std::string& re, const std::string& shunmask)
                : XLine(s_time, d, src, re, "SHUN")
                , matchtext(shunmask)
        {