]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/modules/ircv3.h
Fix a bunch of really obvious unnecessary includes.
[user/henk/code/inspircd.git] / include / modules / ircv3.h
index ce2b70da7ddd8ce400ffa157808a013f09d0c31a..71bff21722ffaa148d5c8cc575f7c918ca0a9d29 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * InspIRCd -- Internet Relay Chat Daemon
  *
- *   Copyright (C) 2015 Attila Molnar <attilamolnar@hush.com>
+ *   Copyright (C) 2018-2019 Sadie Powell <sadie@witchery.services>
+ *   Copyright (C) 2015, 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
@@ -67,6 +68,7 @@ class IRCv3::WriteNeighborsWithCap : public User::ForEachNeighborHandler
 template <typename T>
 class IRCv3::CapTag : public ClientProtocol::MessageTagProvider
 {
+ protected:
        Cap::Capability cap;
        const std::string tagname;