mirror of
https://github.com/kepler155c/opus
synced 2025-12-17 13:48:05 +00:00
pastebin oops
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user