From a72a090aad1fac899f33db39cf381ea17674f62b Mon Sep 17 00:00:00 2001 From: tastytea Date: Tue, 12 Feb 2019 02:16:39 +0100 Subject: [PATCH] =?UTF-8?q?F=C3=BCgte=20#bot=20zu=20den=20stati=20hinzu.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- feiertagebot.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) {