]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_regex.h
Allow non-opers to use /MKPASSWD
[user/henk/code/inspircd.git] / src / modules / m_regex.h
index 85f52c4d877416d35fc04fb5d99e6d435217a75e..3880be342a24c37563dfc6a5e3e9057280d69a82 100644 (file)
@@ -45,7 +45,7 @@ class RegexFactoryRequest : public Request
 {
 private:
        std::string regex;
-       
+
 public:
        Regex* result;