Hydrotronics

Mail2

Aug 17th, 2016
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.29 KB | None | 0 0
  1. print("Who are you?")
  2. from = io.read()
  3. file = fs.open('/CCMail/'..from, 'w')
  4. print(http.post('http://shoalnet.org:4567/', 'from='..from..'&to=checkmail&message=').readAll())
  5. file.write(http.post('http://shoalnet.org:4567/', 'from='..from..'&to=checkmail&message=').readAll())
  6. file.close()
Add Comment
Please, Sign In to add comment