Example client: Secrete a pheromone

This commit is contained in:
Petr Baudis 2011-12-07 23:54:17 +01:00
parent a821e72661
commit 29fddde51c

View file

@ -123,6 +123,7 @@ sub take_action($%) {
} else { } else {
print $socket "move_dir $max->[0] $max->[1]\r\n"; print $socket "move_dir $max->[0] $max->[1]\r\n";
} }
print $socket "secrete 65536 1\r\n";
print $socket "\r\n"; print $socket "\r\n";
} }