Posted 19 January 2015 - 11:50 PM
Coded this a long time ago, figured it was time to release it.
(NOTE: This program is a modified program of what I had originally coded on the CC server LuaLand. I removed lots of code/features to make it simpler and cleaner)
Do with it what you will.
Read Before Using
@ You need MoarPeripherals Chatbox Peripheral in order to use this
@ You must edit the program and change
@ For the translation, you're going to have to find your own translating api (Sorry)
@ If you want to change the name Jarvis to a different one:
edit the program and change
@ To use this program, you must send a message in the chat with this format: (assigned progName) (command) —> Jarvis toggle/enable/engage/turn on/anything here silent mode
(Yeah… I'm not the best explainer out there)
Pastebin
(NOTE: This program is a modified program of what I had originally coded on the CC server LuaLand. I removed lots of code/features to make it simpler and cleaner)
Do with it what you will.
Read Before Using
@ You need MoarPeripherals Chatbox Peripheral in order to use this
@ You must edit the program and change
assets = { owner = "Your name here" }
to your username@ For the translation, you're going to have to find your own translating api (Sorry)
Spoiler
["@jarvis.pTranslate"] = function(msg)
-- orig, language = msg:match("([^%d]+) to ([%a]+)")
-- query = http.get( insert translator here )
-- got = query.readAll()
-- sys.respond(got)
sys.respond("Not yet implemented")
end
@ If you want to change the name Jarvis to a different one:
edit the program and change
assets = { progName = "Jarvis" }
to whatever you like@ To use this program, you must send a message in the chat with this format: (assigned progName) (command) —> Jarvis toggle/enable/engage/turn on/anything here silent mode
(Yeah… I'm not the best explainer out there)
Pastebin
pastebin get WYnDYDU6 jarvis
Edited on 21 January 2015 - 08:03 PM