From fae3526fb4453b3ebef8552e6c47da7b76bc2cf7 Mon Sep 17 00:00:00 2001 From: Anorak_1 Date: Sun, 11 Sep 2022 19:00:44 +0000 Subject: [PATCH] Update 'post.sk' --- post.sk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/post.sk b/post.sk index c0ca9d6..801b313 100644 --- a/post.sk +++ b/post.sk @@ -6,5 +6,8 @@ command /send_console: send "Console Link" to player set {_resp} to the body of last response set {_sections::*} to {_resp} split at ":" + loop {sections::2}: + if loop-value is """"" or "}": + replace loop-value with "" in {_sections::2} send {_sections::2} to player #send the body of last response to player \ No newline at end of file