1
0
mirror of https://github.com/kepler155c/opus synced 2025-12-17 13:48:05 +00:00

pastebin oops

This commit is contained in:
kepler155c@gmail.com
2019-04-12 08:55:38 -04:00
parent a77d55e33f
commit 8220ed1066
2 changed files with 5 additions and 5 deletions

View File

@@ -34,10 +34,10 @@ if sCommand == "put" then
print( "Connecting to pastebin.com... " )
local resp, msg = pastebin.put(sFile)
local resp, msg = pastebin.put(sPath)
if resp then
print( "Uploaded as "..msg )
print( "Uploaded as " .. resp )
print( "Run \"pastebin get "..resp.."\" to download anywhere" )
else