You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Refactored Chat Handling to use a handler pattern, allowing for registration of many
handlers for chat messages. Some will process all messages, some will process and then
prevent further execution.
- Refactored ShoutOut interval timer to use a self-scheduling pattern, this allows us to
have it re-schedule for a newly updated time.
- Moved ShoutOut logic into the GU object
- Updated ShoutOut logic to prevent it from shouting out if the last person to talk was the
broadcaster and the last time they talked was about the last time the shout out was sent.
Reanmachine
added a commit
to Reanmachine/GS-Broadcast-Bot
that referenced
this issue
Sep 25, 2014
right now if nobody is in the broadcast the last several things said could all be said by the bot. no need for that.
The text was updated successfully, but these errors were encountered: