]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/listmode.cpp
Improve escaping strings in the MySQL module.
[user/henk/code/inspircd.git] / src / listmode.cpp
index 3d82217793a944a1ec104811fd17922d73f1edb3..2a2515cd235a0b0b181b77bc550b3ba10d306607 100644 (file)
@@ -160,9 +160,6 @@ ModeAction ListModeBase::OnModeChange(User* source, User*, Channel* channel, std
                if (tidy)
                        ModeParser::CleanMask(parameter);
 
-               if (parameter.length() > 250)
-                       return MODEACTION_DENY;
-
                // If there was no list
                if (!cd)
                {