summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2023-05-01 17:10:37 +0000
committerStar Rauchenberger <fefferburbia@gmail.com>2025-11-09 20:57:45 +0000
commit44fdbd72bc7e671d8836610416f8a51a0873ecff (patch)
tree842e42ad9fb7b612007016b6d1614d24d1688a29
parentb5cc36e1cb8830893ee4baa000f5293e242c1114 (diff)
downloadinfinite-44fdbd72bc7e671d8836610416f8a51a0873ecff.tar.gz
infinite-44fdbd72bc7e671d8836610416f8a51a0873ecff.tar.bz2
infinite-44fdbd72bc7e671d8836610416f8a51a0873ecff.zip
Bot only posts once every 24 hours now HEAD master
-rw-r--r--infinite.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/infinite.cpp b/infinite.cpp index 5c8ccbc..96b2fdf 100644 --- a/infinite.cpp +++ b/infinite.cpp
@@ -843,6 +843,6 @@ int main(int argc, char** argv)
843 843
844 std::cout << "Posted!" << std::endl; 844 std::cout << "Posted!" << std::endl;
845 845
846 std::this_thread::sleep_for(std::chrono::hours(12)); 846 std::this_thread::sleep_for(std::chrono::hours(24));
847 } 847 }
848} 848}