]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modes/cmode_l.cpp
Fix users being unable to register (aquanight, what the fuck were you smoking? :p)
[user/henk/code/inspircd.git] / src / modes / cmode_l.cpp
index 5c9db31df00548842bb4e1164917eb9d7a3f0afe..4ed95bc2cdb934e6f3333861d5a9a8bda153af3a 100644 (file)
@@ -92,6 +92,4 @@ ModeAction ModeChannelLimit::OnModeChange(User*, User*, Channel* channel, std::s
 
                return MODEACTION_ALLOW;
        }
-
-       return MODEACTION_DENY;
 }