twitchAnnouncementColourSyntax

Syntax string to use for the "colour" verb of !timer.

If Twitch support *and* the Twitch plugin is compiled in, it is a humanly-readable syntax string, but it will be empty (and thus omitted from Help command lists) if either versions are not declared.

  1. enum twitchAnnouncementColourSyntax;
  2. enum twitchAnnouncementColourSyntax;
    version(WithTimerPlugin && !WantTwitchAnnouncementColourSyntax)
    private
    enum twitchAnnouncementColourSyntax = string.init;