diff --git a/sudobot b/sudobot index f6ae688..e1ed1b7 100755 --- a/sudobot +++ b/sudobot @@ -1,7 +1,7 @@ #!/bin/sh # Toots a sudo insult # Author: tastytea -# Version: 2018-06-15_1 +# Version: 2018-06-15_2 # Licence: CC-0 / Public Domain download() @@ -20,7 +20,7 @@ send() local text="$(sed ${random}\!d ${db})" curl -sS --header "Authorization: Bearer ${token}" -X POST \ - --data "spoiler_text=insult&status=${text}" https://${instance}/api/v1/statuses + --data "spoiler_text=insult&status=${text}"$'\n\n#bot' https://${instance}/api/v1/statuses } main()