]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_rline.cpp
Prevent setting mode -H if already unset, bug #74
[user/henk/code/inspircd.git] / src / modules / m_rline.cpp
index d528702844701fc6e1d31064d5d60bf6cf60284c..0df36eb37e8f4e45609b1f0320cb24083a712c79 100644 (file)
@@ -204,6 +204,10 @@ class ModuleRLine : public Module
 
  public:
        ModuleRLine() : rxfactory(this, "regex"), f(rxfactory), r(this, f)
+       {
+       }
+
+       void init()
        {
                OnRehash(NULL);