summaryrefslogtreecommitdiff
path: root/include/modules/shun.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/modules/shun.h')
-rw-r--r--include/modules/shun.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/modules/shun.h b/include/modules/shun.h
index 9ce547e2d..1c35e3a74 100644
--- a/include/modules/shun.h
+++ b/include/modules/shun.h
@@ -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)
{