From: dms Date: Sat, 9 Dec 2000 13:01:41 +0000 (+0000) Subject: forgot to return for limitcheck + netsplit X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=c876357a9d3caba9a62ec0cbb69c06f30484d019;p=infobot.git forgot to return for limitcheck + netsplit git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@184 c11ca15a-4712-0410-83d8-924469b57eb5 --- diff --git a/src/IRC/Schedulers.pl b/src/IRC/Schedulers.pl index 97d795c..b3dd2b7 100644 --- a/src/IRC/Schedulers.pl +++ b/src/IRC/Schedulers.pl @@ -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}) {