]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/modules/ircv3_batch.h
Improve the message sent when overriding channel modes.
[user/henk/code/inspircd.git] / include / modules / ircv3_batch.h
index 7708e8d010313d0617899f7bb882987b65b9fea7..a5319dd2dcabf6b115323f2468be22bd61480c16 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * InspIRCd -- Internet Relay Chat Daemon
  *
- *   Copyright (C) 2016 Attila Molnar <attilamolnar@hush.com>
+ *   Copyright (C) 2018-2020 Sadie Powell <sadie@witchery.services>
+ *   Copyright (C) 2018 Attila Molnar <attilamolnar@hush.com>
  *
  * 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
@@ -111,6 +112,7 @@ class IRCv3::Batch::Batch
                , type(Type)
                , batchinfo(NULL)
                , batchstartmsg(NULL)
+               , batchendmsg(NULL)
        {
        }