- Oct 14, 2020
-
-
dnns01 authored
-
- Oct 04, 2020
-
-
dnns01 authored
-
- Oct 03, 2020
-
-
dnns01 authored
-
dnns01 authored
- Added loop for pipimeter. Every PIPIMETER_LOOP minutes (when the stream is live), when the pipimeter is not empty, the current count is sent into the chat (same as invoking !pipimeter as mod). In addition to that, the loop checks, whether the stream turned live after being offline for at least PIPI_RESET_THRESHOLD minutes. In that case, the pipi count is reset. - Added giveaway_cog.py and pipi_cog.py to source Giveaway and Pipi related functionality out into those cogs. - Changed the way, the pipimeter is colored. Instead of using absolute values, now the percentage controls the color change.
-
Dennis Klein authored
Fix semantical error with comparing a str to a List[str]
-
- Oct 01, 2020
-
-
dnns01 authored
Fixed issue with divide by zero error in the rare case, where somebody sends !pipi at a moment, where no chatter was recognized by twitch so far. Added !hauge-command, that sends a link to github into the twitch chat
-
- Sep 16, 2020
-
-
milchdealer authored
-
- Sep 14, 2020
- Sep 13, 2020
- Aug 23, 2020
-
-
dnns01 authored
-
- Aug 21, 2020
- Aug 17, 2020
- Aug 08, 2020
- Aug 05, 2020
-
-
dnns01 authored
if condition in add_vote() shortened
-
kritzl authored
If condition shortened
-
dnns01 authored
added "-/+" and "+/-" as neutral
-
SaelDE authored
added "-/+" and "+/-" as neutral
-
dnns01 authored
bugfix: str can't be int
-
SaelDE authored
bugfix: str can't be int VOTE_COLOR = int(os.getenv("VOTE_COLOR")) ValueError: invalid literal for int() with base 10: 'OrangeRed'
-
- Aug 04, 2020
-
-
dnns01 authored
- Added thresholds for pipi announcement, when they are hit, different (colored) announcements are sent to the chat - Added color change for plus minus voting - Plus minus voting used Twitch Emotes to better show plus, minus and neutral results - (temporarily) removed individual text for !zuspät command - Changed text that gets sent to the chat, when !pause command is used - Twitch Emotes used for plus minus voting is configurable using .env file - Removed command line outputs - Minor tweaks
-
dnns01 authored
Added percentage for pipimeter, fixed percentage for votes and added spam protection for command !zuspät
-
- Aug 03, 2020
-
-
dnns01 authored
-
- Aug 02, 2020
- Jul 26, 2020
- Jul 23, 2020
-
-
dnns01 authored
-