]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_showfile.cpp
Update copyright headers.
[user/henk/code/inspircd.git] / src / modules / m_showfile.cpp
index 9c1aed98b23b8ad029b206adf8d6b84ef370c11a..ba3dc60e1a995d359bebc237f03adea76437a576 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * InspIRCd -- Internet Relay Chat Daemon
  *
- *   Copyright (C) 2018 Sadie Powell <sadie@witchery.services>
+ *   Copyright (C) 2018, 2020 Sadie Powell <sadie@witchery.services>
  *   Copyright (C) 2013-2014, 2016, 2018 Attila Molnar <attilamolnar@hush.com>
  *
  * This file is part of InspIRCd.  InspIRCd is free software: you can
@@ -174,7 +174,7 @@ class ModuleShowFile : public Module
 
        Version GetVersion() CXX11_OVERRIDE
        {
-               return Version("Provides support for showing text files to users", VF_VENDOR);
+               return Version("Adds support for showing the contents of files to users when they execute a command.", VF_VENDOR);
        }
 };