diff --git a/feiertagebot.cpp b/feiertagebot.cpp index 39853f3..c7437e2 100644 --- a/feiertagebot.cpp +++ b/feiertagebot.cpp @@ -28,7 +28,7 @@ using std::chrono::system_clock; using std::chrono::hours; using std::uint_fast16_t; -const string version = "2019-02-12_1"; +const string version = "2019-02-12_2"; struct Holiday { @@ -209,7 +209,7 @@ int main() Mastodon::Easy masto(instance, access_token); masto.exceptions(true); Mastodon::Easy::Status status; - status.content(output); + status.content(output + "\n#bot"); masto.send_post(status, ret); if (ret > 0) {