Update 'post.sk'
parent
8e5af8b9ca
commit
eec457c665
6
post.sk
6
post.sk
|
@ -6,7 +6,7 @@ command /send_console:
|
|||
set {_sections::*} to {_resp} split at ":"
|
||||
set {_key} to last (length of {_sections::2} - 1) characters of {_sections::2}
|
||||
set {_key} to first (length of {_key} - 3) characters of {_key}
|
||||
send "<url:https://paste.anorak01.top%{_key}%>Console Link" to player
|
||||
send "<url:https://paste.anorak01.top/%{_key}%>Console Link" to player
|
||||
|
||||
#loop {_this::*}:
|
||||
# send loop-value to player
|
||||
|
@ -14,7 +14,7 @@ command /send_console:
|
|||
# if loop-value isn't """"""":
|
||||
# set {key} to "%{key}%%loop-value%"
|
||||
#send {key} to player
|
||||
send {_sections::2}
|
||||
send {_key} to player
|
||||
#send {_sections::2}
|
||||
#send {_key} to player
|
||||
#send {_sections::2} to player
|
||||
#send the body of last response to player
|
Loading…
Reference in New Issue