X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Fmodules%2Fcallerid.h;h=989a5918c32efa1fece7067a82de25007452cf93;hb=b4a174ee9c32d62ea6bf010e837e8c5b1c3d36a3;hp=ed03419b0c5315eb1f0937ab863015cffc30fe6c;hpb=9dab477dadb5d65be1eee584d37f1622b6a396c0;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/modules/callerid.h b/include/modules/callerid.h index ed03419b0..989a5918c 100644 --- a/include/modules/callerid.h +++ b/include/modules/callerid.h @@ -1,7 +1,7 @@ /* * InspIRCd -- Internet Relay Chat Daemon * - * Copyright (C) 2018 Peter Powell + * Copyright (C) 2018 Sadie Powell * * 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 @@ -28,7 +28,7 @@ namespace CallerID class CallerID::APIBase : public DataProvider { public: - APIBase(Module* parent) + APIBase(Module* parent) : DataProvider(parent, "m_callerid_api") { }