about summary refs log tree commit diff stats
path: root/yandere.cpp
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2022-11-16 13:15:04 -0500
committerStar Rauchenberger <fefferburbia@gmail.com>2022-11-16 13:15:04 -0500
commit3784947541d4eb47834e10aafd2d7d0f2f07efc3 (patch)
tree79fb768a5ad852b76a6781a71013ec88003022d6 /yandere.cpp
parent63b02e0c2a276575e13810a5ac8c7e7ebeee2ed9 (diff)
downloadyandere-3784947541d4eb47834e10aafd2d7d0f2f07efc3.tar.gz
yandere-3784947541d4eb47834e10aafd2d7d0f2f07efc3.tar.bz2
yandere-3784947541d4eb47834e10aafd2d7d0f2f07efc3.zip
Removed mastodonpp submodule HEAD master
Bot posts every 2 hours now.
Diffstat (limited to 'yandere.cpp')
-rw-r--r--yandere.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/yandere.cpp b/yandere.cpp index 31746e1..1db126b 100644 --- a/yandere.cpp +++ b/yandere.cpp
@@ -3,7 +3,7 @@
3#include <random> 3#include <random>
4#include <sstream> 4#include <sstream>
5#include <fstream> 5#include <fstream>
6#include <mastodonpp.hpp> 6#include <mastodonpp/mastodonpp.hpp>
7#include <chrono> 7#include <chrono>
8#include <thread> 8#include <thread>
9#include <algorithm> 9#include <algorithm>
@@ -203,7 +203,7 @@ void run(const std::string& configfile)
203 std::cout << action << std::endl; 203 std::cout << action << std::endl;
204 std::cout << "Waiting" << std::endl; 204 std::cout << "Waiting" << std::endl;
205 205
206 std::this_thread::sleep_for(std::chrono::hours(1)); 206 std::this_thread::sleep_for(std::chrono::hours(2));
207 207
208 std::cout << std::endl; 208 std::cout << std::endl;
209 } 209 }