From 29fddde51c76de4bc3417472f1662b710487a6d7 Mon Sep 17 00:00:00 2001 From: Petr Baudis Date: Wed, 7 Dec 2011 23:54:17 +0100 Subject: [PATCH] Example client: Secrete a pheromone --- client/example.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/client/example.pl b/client/example.pl index 7c589a0..6e852a5 100755 --- a/client/example.pl +++ b/client/example.pl @@ -123,6 +123,7 @@ sub take_action($%) { } else { print $socket "move_dir $max->[0] $max->[1]\r\n"; } + print $socket "secrete 65536 1\r\n"; print $socket "\r\n"; }