Advertisement
BlueMond

turtleC

Sep 7th, 2013
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. rednet.open("top")
  2. id =
  3. glass = peripheral.wrap("right")
  4. while true do
  5. event,cmd = os.pullEvent()
  6. if event == "chat_command" then
  7. msg = "$TConnect$:"..cmd
  8. rednet.send(id,msg)
  9. end
  10. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement