Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- protocols.rdnt = {}
- function protocols.rdnt.get(location)
- local server = string.gmatch(location,"(.-)/.+")()
- rednet.broadcast(server)
- local _,content = rednet.receive()
- print(content)
- return content
- end
- function protocols.rdnt.ping(location)
- end
Advertisement
Add Comment
Please, Sign In to add comment