X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fmodules%2Fm_regex_glob.cpp;h=887b1cd796dc09c8d3cda56268ff9f6cc055e492;hb=cc1d8c1d57abc36effdc1e9383e4d7f5a3ea9ab0;hp=970b3a842e3ad226e9314cfa624a1f0dd2edb0cd;hpb=d9d99cd02dadf34bfcc220734ba0c422f0acb3e6;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/modules/m_regex_glob.cpp b/src/modules/m_regex_glob.cpp index 970b3a842..887b1cd79 100644 --- a/src/modules/m_regex_glob.cpp +++ b/src/modules/m_regex_glob.cpp @@ -21,8 +21,6 @@ #include "modules/regex.h" #include "inspircd.h" -/* $ModDesc: Regex module using plain wildcard matching. */ - class GlobRegex : public Regex { public: