commit b66fc03f425758acb9e2becc7edafd7c7032ae4f from: noodle date: Fri Nov 7 09:33:31 2025 UTC remove duplicate return due to empty chunk (thanks, c0co!) commit - c5c28543561eda2d2c5cb8fdd17735338fcb7da3 commit + b66fc03f425758acb9e2becc7edafd7c7032ae4f blob - 0753afded8a37af09fd7b75f5d67724b0fd51130 blob + 654c7b06404bfba029a46376729e482d3a0c900c --- mata_bot.pl +++ mata_bot.pl @@ -289,7 +289,6 @@ sub evasdrop { logger($opts, 'error', 'recv received an empty response'); return; } - return if not $chunk; $chunk =~ /^([^\r\n]+)(\r\n)?([^\r\n]+)?$/; # keep reading if chunk is empty next if (not $1);