X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;ds=inline;f=src%2Fmodules%2Fm_shun.cpp;h=c68afc494491177ced33e0bfa8de8bdc24d958a7;hb=d848034590bc402277da975b7efdbc78ce1722fc;hp=9433069746d93169a13fe0fe04741b4c38e81787;hpb=1bf7ca389426e196697eba9a8b60277db03fbedb;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/modules/m_shun.cpp b/src/modules/m_shun.cpp index 943306974..c68afc494 100644 --- a/src/modules/m_shun.cpp +++ b/src/modules/m_shun.cpp @@ -6,10 +6,9 @@ * Copyright (C) 2017-2018 B00mX0r * Copyright (C) 2013, 2017-2018, 2020-2021 Sadie Powell * Copyright (C) 2012-2013, 2015-2016 Attila Molnar - * Copyright (C) 2012, 2018-2019 Robby + * Copyright (C) 2012, 2019 Robby * Copyright (C) 2012 Jens Voss * Copyright (C) 2009 Uli Schlachter - * Copyright (C) 2009 John Brooks * Copyright (C) 2009 Dennis Friis * Copyright (C) 2009 Daniel De Graaf * Copyright (C) 2008-2010 Craig Edwards @@ -44,7 +43,7 @@ class ShunFactory : public XLineFactory ShunFactory() : XLineFactory("SHUN") { } /** Generate a shun - */ + */ XLine* Generate(time_t set_time, unsigned long duration, const std::string& source, const std::string& reason, const std::string& xline_specific_mask) CXX11_OVERRIDE { return new Shun(set_time, duration, source, reason, xline_specific_mask);