]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/extra/m_regex_re2.cpp
Improve the message sent when a mode does not exist.
[user/henk/code/inspircd.git] / src / modules / extra / m_regex_re2.cpp
index d26bd79502fa54e87bb3daaa0928402860ff9310..aaeea87ab0b9cdac44db7bc98c552af413354d23 100644 (file)
@@ -1,8 +1,8 @@
 /*
  * InspIRCd -- Internet Relay Chat Daemon
  *
- *   Copyright (C) 2013 Peter Powell <petpow@saberuk.com>
- *   Copyright (C) 2012 ChrisTX <chris@rev-crew.info>
+ *   Copyright (C) 2019 linuxdaemon <linuxdaemon.irc@gmail.com>
+ *   Copyright (C) 2013-2014, 2016-2017, 2019 Sadie Powell <sadie@witchery.services>
  *
  * 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
@@ -88,7 +88,7 @@ class ModuleRegexRE2 : public Module
 
        Version GetVersion() CXX11_OVERRIDE
        {
-               return Version("Regex Provider Module for RE2", VF_VENDOR);
+               return Version("Provides a regular expression engine which uses the RE2 library.", VF_VENDOR);
        }
 };