]> git.donarmstrong.com Git - infobot.git/commitdiff
forgot to return for limitcheck + netsplit
authordms <dms@c11ca15a-4712-0410-83d8-924469b57eb5>
Sat, 9 Dec 2000 13:01:41 +0000 (13:01 +0000)
committerdms <dms@c11ca15a-4712-0410-83d8-924469b57eb5>
Sat, 9 Dec 2000 13:01:41 +0000 (13:01 +0000)
git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@184 c11ca15a-4712-0410-83d8-924469b57eb5

src/IRC/Schedulers.pl

index 97d795c54504022907e11d184643857d2315cd7a..b3dd2b7ef558902b1630478be290a7c132f3f411 100644 (file)
@@ -223,6 +223,7 @@ sub chanlimitCheck {
        if (scalar keys %netsplit and $limit) {
            &status("Removing limit for $_ [netsplit!!!]");
            &rawout("MODE $_ -l");
+           return;
        }
 
        if (!exists $channels{$_}{'o'}{$ident}) {