Skip to content

Commit

Permalink
chore: delay enabling command forwarder until february 21 (#727)
Browse files Browse the repository at this point in the history
  • Loading branch information
iProdigy committed Feb 15, 2023
1 parent 704dd8b commit a2c1e58
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@
public final class ChatCommandHelixForwarder implements BiPredicate<TwitchChat, String> {

/**
* ChatCommandHelixForwarder will be enabled by default on 11.02.2023 (one week prior to deprecation)
* The forwarder will be enabled by default on 2023-02-21 (shortly before the 24-hour brown-out period, and three days before complete shutdown).
*/
public static final Instant ENABLE_AFTER = Instant.ofEpochSecond(1676073600L);
public static final Instant ENABLE_AFTER = Instant.ofEpochSecond(1677000000L);

/**
* Identifies outbound raw irc messages that contain chat commands.
Expand Down

0 comments on commit a2c1e58

Please sign in to comment.