X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Fmodules%2Fregex.h;h=23e547915198b1bc0230c301b95d9f274ccac661;hb=131f659d91953c51823ef70c8314aa3170ce7a7e;hp=0bced4e2b0986697c2acc6560c4d2380a7a50526;hpb=620e818578a5e0dbebd07fb27a571d5392c66c24;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/modules/regex.h b/include/modules/regex.h index 0bced4e2b..23e547915 100644 --- a/include/modules/regex.h +++ b/include/modules/regex.h @@ -1,6 +1,11 @@ /* * InspIRCd -- Internet Relay Chat Daemon * + * Copyright (C) 2013 Sadie Powell + * Copyright (C) 2013 Attila Molnar + * Copyright (C) 2012 Robby + * Copyright (C) 2010 Craig Edwards + * Copyright (C) 2009 Uli Schlachter * Copyright (C) 2009 Daniel De Graaf * Copyright (C) 2008 Thomas Stagner * @@ -46,7 +51,7 @@ public: class RegexFactory : public DataProvider { public: - RegexFactory(Module* creator, const std::string& name) : DataProvider(creator, name) { } + RegexFactory(Module* Creator, const std::string& Name) : DataProvider(Creator, Name) { } virtual Regex* Create(const std::string& expr) = 0; };