sPhone/src/apps/spks/chat.spk
Alessandro bb9924ad5a
Final update
Bug fixes
2019-10-28 19:29:25 +01:00

34 lines
No EOL
990 B
Text

--
-- Sertex Application Package
-- Built with SPK builder 1.2
--
{
files = "{\
[ \"chat.lua\" ] = \"term.setBackgroundColor(sPhone.theme[\\\"backgroundColor\\\"])\\\
term.clear()\\\
term.setCursorPos(1,1)\\\
term.setTextColor(sPhone.theme[\\\"text\\\"])\\\
sPhone.header(\\\"RedNet Chat\\\")\\\
term.setBackgroundColor(sPhone.theme[\\\"backgroundColor\\\"])\\\
term.setTextColor(sPhone.theme[\\\"text\\\"])\\\
term.setCursorPos(2, 5)\\\
if not peripheral.isPresent(\\\"back\\\") or not peripheral.getType(\\\"back\\\") == \\\"modem\\\" then\\\
print(\\\"Modem not found\\\")\\\
print(\\\" Press any key\\\")\\\
os.pullEvent(\\\"key\\\")\\\
return\\\
end\\\
write(\\\"Host: \\\")\\\
local h = read() term.setCursorPos(2,6)\\\
shell.run(\\\"/rom/programs/rednet/chat\\\", \\\"join\\\", h, sPhone.user)\",\
}",
config = "{\
type = \"app\",\
name = \"RedNet Chat\",\
version = 1,\
id = \"sphone.chat\",\
author = \"Sertex\",\
hidden = true,\
main = \"chat.lua\",\
}",
}