]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_filter.cpp
Improve the header messages of the filter and permchannels modules.
[user/henk/code/inspircd.git] / src / modules / m_filter.cpp
index 566b4691279cfa9f68a3cebc19deca7736556ff7..aea68e4cfa42681aad59db783c51d924ac1cf7d8 100644 (file)
@@ -962,7 +962,9 @@ bool ModuleFilter::Tick(time_t)
                        return true;
                }
 
-               stream << "# This file is automatically generated by the filter module. Any changes will be overwritten." << std::endl
+               stream
+                       << "# This file was automatically generated by the " << INSPIRCD_VERSION << " filter module on " << InspIRCd::TimeString(ServerInstance->Time()) << "." << std::endl
+                       << "# Any changes to this file will be automatically overwritten." << std::endl
                        << "# If you want to convert this to a normal config file you *MUST* remove the generated=\"yes\" keys!" << std::endl
                        << std::endl
                        << "<config format=\"xml\">" << std::endl;