]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_autoop.cpp
Fix unsafe iteration in m_timedbans
[user/henk/code/inspircd.git] / src / modules / m_autoop.cpp
index 427ebfab86d615aacda1652affd6d1b34e7baaea..3448bf9f5b58013a0ff69d4a60424a32548902ec 100644 (file)
@@ -24,6 +24,7 @@ class AutoOpList : public ListModeBase
        AutoOpList(Module* Creator) : ListModeBase(Creator, "autoop", 'w', "End of Channel Access List", 910, 911, true)
        {
                levelrequired = OP_VALUE;
+               tidy = false;
        }
 
        ModeHandler* FindMode(const std::string& mid)