This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
cheekycharlie101's profile picture

rednet.reply()?

Started by cheekycharlie101, 06 December 2012 - 05:55 AM
cheekycharlie101 #1
Posted 06 December 2012 - 06:55 AM
could the function rednet.reply() be inplemented. so if you type rednet.reply("I Got Your Message") it could send that to the id that last sent you a message. just an idea can could be useful for private chats ete.
Sammich Lord #2
Posted 06 December 2012 - 07:09 AM

id, msg = rednet.receive()
rednet.send(id, "This is such a stupid suggestion.")
Cloudy #3
Posted 06 December 2012 - 07:13 AM
No.