X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fmodules%2Fextra%2Fm_regex_stdlib.cpp;h=5d2294c871ac2311cb11c10893b0cbdf866ea79d;hb=24623a5fe6ff986ad342e2b00d3576b4899a6033;hp=f27a98cca6eb6788076648a80280f472c7efaf0c;hpb=4ab1c43c1eee708fc50a4808f714a731891b75e8;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/modules/extra/m_regex_stdlib.cpp b/src/modules/extra/m_regex_stdlib.cpp index f27a98cca..5d2294c87 100644 --- a/src/modules/extra/m_regex_stdlib.cpp +++ b/src/modules/extra/m_regex_stdlib.cpp @@ -20,10 +20,6 @@ #include "modules/regex.h" #include -/* $ModDesc: Regex Provider Module for std::regex Regular Expressions */ -/* $ModConfig: - * Specify the Regular Expression engine to use here. Valid settings are - * bre, ere, awk, grep, egrep, ecmascript (default if not specified)*/ /* $CompileFlags: -std=c++11 */ /* $ModDep: modules/regex.h */