X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Fmodules%2Fircv3_batch.h;h=a5319dd2dcabf6b115323f2468be22bd61480c16;hb=c05f81cac83e80c7727594e3929e0709eccca689;hp=6f86b5f299393c6b7ad91437db3cb049e48b901d;hpb=aa692dc1039b63deef7886e914ec499abe7facaf;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/modules/ircv3_batch.h b/include/modules/ircv3_batch.h index 6f86b5f29..a5319dd2d 100644 --- a/include/modules/ircv3_batch.h +++ b/include/modules/ircv3_batch.h @@ -1,7 +1,7 @@ /* * InspIRCd -- Internet Relay Chat Daemon * - * Copyright (C) 2018-2019 Sadie Powell + * Copyright (C) 2018-2020 Sadie Powell * Copyright (C) 2018 Attila Molnar * * This file is part of InspIRCd. InspIRCd is free software: you can @@ -112,6 +112,7 @@ class IRCv3::Batch::Batch , type(Type) , batchinfo(NULL) , batchstartmsg(NULL) + , batchendmsg(NULL) { }