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:
@@ -96,7 +96,7 @@ end
|
||||
|
||||
[lua3]
|
||||
type = "lua"
|
||||
children = ["lua", "irc"]
|
||||
#children = ["lua", "irc"]
|
||||
code = """
|
||||
local clock = os.clock
|
||||
function sleep(n) -- seconds
|
||||
|
Reference in New Issue
Block a user