beef up stdin module too. This can serve two purposes, to test/interact with other modules (e.g. like a one-person chatroom) or to bridge to irc/discord.

This commit is contained in:
Adrian Malacoda
2018-02-25 07:28:40 -06:00
parent b0c2928e78
commit fec6f7f274
2 changed files with 32 additions and 9 deletions

View File

@@ -96,7 +96,7 @@ end
[lua3]
type = "lua"
children = ["lua", "irc"]
#children = ["lua", "irc"]
code = """
local clock = os.clock
function sleep(n) -- seconds