Skip to content

SOGEBOT 6.0.3

Compare
Choose a tag to compare
@sogehige sogehige released this 20 Feb 23:39

HOTFIX 3

  • HOSTS - fixed issue, where host event is not properly triggered

HOTFIX 2

  • HOSTS - fix some issues with incorrect caching of hosts
  • BLACKLIST - fix issue when specific chars was used in a chat message and blacklist being ignored
  • WHITELIST - fix issue when specific chars was used in a chat message and whitelist being ignored

HOTFIX 1

  • OVERLAYS - fix credits speed settings

ADDED

  • USERS - added !ignore add, !ignore rm, !ignore check commands to ignore users by bot
  • UI - added ignorelist to manage->viewers
  • WIDGETS - added widgetEventlistSize to set font size of eventlist usernames
  • EVENTS - added game changed event
  • CONFIG - added poolSize config to mongodb
  • CONFIG - if domain is set without www, www will be still working - test.com -> test.com and www.test.com
  • CONFIG - there may be several domains set in config file - example: domain1.com,domain2.net
  • RESPONSE FILTERS - added (!!#) command filter, to run commands quietly, (!#) will run commands as normal commands
  • RESPONSE FILTERS - $_ have configurable response -> filters.setVariable
  • GAMBLING - added response for !fightme if you try to fight with yourself
  • EVENTS - major refactor of events system, new UI, underhood updates of events
  • TIMERS - updated UI of timers
  • SUBGIFT - added subgift support, new subgift event, updated eventlist
  • OVERLAYS - added another _GET variable to eventlist - display, where you can set order for username,event
  • BLACKLIST - blacklist words may contain * and +, see docs for more detailed information
  • WHITELIST - whitelist words may contain * and +, see docs for more detailed information
  • OVERLAYS - added new text overlay with custom variables support
  • CUSTOM VARIABLES - added support for custom variables to titles

FIXED

  • COMMAND - fixed !subs and !followers doesn't have correct data
  • GAMBLING - fixed rare crash on !duel pick winner when huge amount of tickets are used
  • RAFFLES - fixed rare crash on pick winner when huge amount of tickets are used
  • TWITCH - fix !subs and !followers may have inaccurate data
  • EVENTS - fixed issue, where $variable in events was replaced only once
  • UI - refresh eventlist widget after settings update
  • UI - fixed eventlist issue where it may not properly load after widget add
  • UI - fixed incorrect changelog display
  • PARSER - fixed rare race condition issue, where some parsers may get ignored (bot response time may be little bit higher)
  • COOLDOWNS - fixed path to cooldown-triggered locale
  • COMMERCIAL - fixed starting commercials, note: you will need to re-do your bot oauth to have channel_commercial privileges
  • API - fixed error on bot startup
  • MODERATION - blacklisted words check is case insensitive
  • OVERLAYS - fixed eventlist count behavior when used with order asc
  • OVERLAYS added credits overlay
  • DATABASES - fixed rare racing condition when updating item in db

CHANGED

  • USERS - max threshold for user points is set to 9007199254
  • RESPONSE FILTERS - replaced (var.#), (set.#) and (get.#) with $_# - example of new custom variable -> $_mmr - same behavior as (var.#)

REMOVED

  • WIDGETS - removed followers and subscribers widgets, use eventlist widget instead