]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_regex.h
Maxpara on these was 3, should be 2
[user/henk/code/inspircd.git] / src / modules / m_regex.h
index 50e7a484547352a86a4a6b779002d1a46b572004..3880be342a24c37563dfc6a5e3e9057280d69a82 100644 (file)
@@ -2,7 +2,7 @@
  *       | Inspire Internet Relay Chat Daemon |
  *       +------------------------------------+
  *
- *  InspIRCd: (C) 2002-2008 InspIRCd Development Team
+ *  InspIRCd: (C) 2002-2009 InspIRCd Development Team
  * See: http://www.inspircd.org/wiki/index.php/Credits
  *
  * This program is free but copyrighted software; see
@@ -45,7 +45,7 @@ class RegexFactoryRequest : public Request
 {
 private:
        std::string regex;
-       
+
 public:
        Regex* result;