]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/coremods/core_info/core_info.h
Redo OnSetEndPoint logic to fix duplicate clones (#1549).
[user/henk/code/inspircd.git] / src / coremods / core_info / core_info.h
index 127041b463748551326d1096f4fb9ce3e22fe6a9..5cc619a4afd803377bebb71ee5088cdefecf8475 100644 (file)
@@ -122,6 +122,8 @@ class CommandModules : public ServerTargetCommand
 class CommandMotd : public ServerTargetCommand
 {
  public:
+       ConfigFileCache motds;
+
        /** Constructor for motd.
         */
        CommandMotd(Module* parent);