In deamon mode, argument on CLI are executed first

This commit is contained in:
nemunaire 2014-11-20 22:10:25 +01:00
parent bbd82406f9
commit 8e7273fa88

View File

@ -393,6 +393,10 @@ if ($deamon)
threads->create(\&create_socket, $m, $socket) if ($socket);
while ($_ = shift) {
parse($m, $_);
}
while(<>)
{
chomp $_;