From 93dd86ca249e5271f9b5213d33c9206f91a75426 Mon Sep 17 00:00:00 2001 From: Gregory Bartholomew Date: Dec 31 2021 22:41:51 +0000 Subject: Let fedocalbot update the forum calendar https://discussion.fedoraproject.org/t/fedora-magazine-fedocal-calendar-reminders/35591/6 --- diff --git a/bot/commands.pm b/bot/commands.pm index 5cf4064..6f2cc8f 100644 --- a/bot/commands.pm +++ b/bot/commands.pm @@ -208,14 +208,6 @@ sub eotw { return '' unless $user; - # if the current minute is less than 30, - # assume the meeting has run overtime - # and don't auto-post that the next meeting - # will be this same hour next week - if (DateTime->now->minute > 30) { - $stat = post 'magazine editorial board meeting'; - } - return sprintf('#info %s will be editor of the week starting %s%s', $user, $date->strftime(FORMAT),