From 02b7b0ac8e3b157c76b007fa77c89a40876f0911 Mon Sep 17 00:00:00 2001 From: d33tah Date: Thu, 29 Aug 2013 12:26:28 +0000 Subject: [PATCH] Mention the HTTP server in --lua-exec section. --- ncat/docs/ncatguide.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ncat/docs/ncatguide.xml b/ncat/docs/ncatguide.xml index e367bdf1b..73f1f2e40 100644 --- a/ncat/docs/ncatguide.xml +++ b/ncat/docs/ncatguide.xml @@ -611,7 +611,9 @@ print("Hello, world!") conditional.lua. It shows how to create a simple menu, receive some data from the user repeatedly and react according to her decisions. You might want to start - off your experiments with Lua by making changes to this script. + off your experiments with Lua by making changes to this script. Also see + for information on how to run a simple + HTTP server in Lua.