diff --git a/post.sk b/post.sk index 41a3a2d..a1732fa 100644 --- a/post.sk +++ b/post.sk @@ -6,22 +6,6 @@ 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} - set {_key} to "Link" - send "Console Link" to player - send {_key} - send "lion" to player - - #loop {_this::*}: - # send loop-value to player - # if loop-value isn't "}": - # 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} to player - #send the body of last response to player - -command /console: - trigger: - send last 5 lines of file path "logs/latest.log" to player \ No newline at end of file + send "Console Link" to player + send "To show console, add %{_key}% to the end of the link above" to player + #send "lion" to player \ No newline at end of file