X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Fmodules%2Fshun.h;h=f1fd9a60d7310c9ff9d43e8824dea8f93045ef0c;hb=906e44f687185f6507cba95ec1b565de4936eb03;hp=9ce547e2d6fe36a5502f1e543d45f2902f1718a9;hpb=35b70631f0532a5828b04a8e0c02092a285f331a;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/modules/shun.h b/include/modules/shun.h index 9ce547e2d..f1fd9a60d 100644 --- a/include/modules/shun.h +++ b/include/modules/shun.h @@ -1,7 +1,8 @@ /* * InspIRCd -- Internet Relay Chat Daemon * - * Copyright (C) 2017 Dylan Frank + * Copyright (C) 2018 Sadie Powell + * Copyright (C) 2017 B00mX0r * * This file is part of InspIRCd. InspIRCd is free software: you can * redistribute it and/or modify it under the terms of the GNU General Public @@ -33,7 +34,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) {