]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/extra/m_regex_posix.cpp
Make a ./configure --system to support system-wide installation of inspircd
[user/henk/code/inspircd.git] / src / modules / extra / m_regex_posix.cpp
index 837f2ac1f7ddb5ca0d978a88d4e50281bbebe205..dc8af3c7110ac5077b4c71637bd598de7e16fa98 100644 (file)
@@ -2,7 +2,7 @@
  *       | Inspire Internet Relay Chat Daemon |
  *       +------------------------------------+
  *
- *  InspIRCd: (C) 2002-2009 InspIRCd Development Team
+ *  InspIRCd: (C) 2002-2010 InspIRCd Development Team
  * See: http://wiki.inspircd.org/Credits
  *
  * This program is free but copyrighted software; see
@@ -95,7 +95,7 @@ public:
 
        Version GetVersion()
        {
-               return Version("Regex Provider Module for POSIX Regular Expressions", VF_COMMON | VF_VENDOR);
+               return Version("Regex Provider Module for POSIX Regular Expressions", VF_VENDOR);
        }
 
        void OnRehash(User* u)