X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fclientprotocol.cpp;h=666aa9af6706cd2ebc96807d9569f1a71ba41e2a;hb=6214094a84f33ea80af4dac88dd1b82bd59a0b5c;hp=ee3909fbfb1f3c1c389e2699fcc3aa42554a66aa;hpb=bdded70ac222c997aea8e8fefb029571398c611e;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/clientprotocol.cpp b/src/clientprotocol.cpp index ee3909fbf..666aa9af6 100644 --- a/src/clientprotocol.cpp +++ b/src/clientprotocol.cpp @@ -1,7 +1,8 @@ /* * InspIRCd -- Internet Relay Chat Daemon * - * Copyright (C) 2016 Attila Molnar + * Copyright (C) 2018-2020 Sadie Powell + * Copyright (C) 2018 Attila Molnar * * 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 @@ -21,7 +22,7 @@ ClientProtocol::Serializer::Serializer(Module* mod, const char* Name) : DataProvider(mod, std::string("serializer/") + Name) - , evprov(mod, "event/messagetag") + , evprov(mod) { }