]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_regex_glob.cpp
m_callerid Route ACCEPT to the server of the target user only, do not send METADATA...
[user/henk/code/inspircd.git] / src / modules / m_regex_glob.cpp
index f53ac2b9ce4337d9d3491bfbd4a765e9cdd14d00..970b3a842e3ad226e9314cfa624a1f0dd2edb0cd 100644 (file)
@@ -30,7 +30,7 @@ public:
        {
        }
 
-       virtual bool Matches(const std::string& text)
+       bool Matches(const std::string& text)
        {
                return InspIRCd::Match(text, this->regex_string);
        }
@@ -55,7 +55,7 @@ public:
                ServerInstance->Modules->AddService(gf);
        }
 
-       Version GetVersion()
+       Version GetVersion() CXX11_OVERRIDE
        {
                return Version("Regex module using plain wildcard matching.", VF_VENDOR);
        }