diff --git a/control b/control index bbd8467..cd81c00 100644 --- a/control +++ b/control @@ -77,6 +77,8 @@ function control() rednet.send(tonumber(input[2]), 'ping') elseif input[1] == 'eval' then rednet.send(tonumber(input[2]), {"eval", input[3]}) + elseif input[1] == 'send' then + rednet.send(tonumber(input[2]), input[3]) elseif input[1] == 'move' then move_control(tonumber(input[2])) else