I have recently started to play around with CC and i decided to try creating a chatprogram in LUA. Here is the code.
rednet.open("bottom") --I am using wires
term.clear()
term.setCursorPos(1,1)
function chat()
t = io.read
rednet.broadcast(t)
end
chat()
Am i on the right track or will i have to erase the whole thing and restart?I am very thankful for fast help!












