HOTFIX 3
HOSTS
- fixed issue, where host event is not properly triggered
HOTFIX 2
HOSTS
- fix some issues with incorrect caching of hostsBLACKLIST
- fix issue when specific chars was used in a chat message and blacklist being ignoredWHITELIST
- 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 botUI
- addedignorelist
tomanage->viewers
WIDGETS
- addedwidgetEventlistSize
to set font size of eventlist usernamesEVENTS
- addedgame changed
eventCONFIG
- addedpoolSize
config to mongodbCONFIG
- if domain is set withoutwww
, www will be still working -test.com
->test.com
andwww.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 commandsRESPONSE FILTERS
-$_
have configurable response ->filters.setVariable
GAMBLING
- added response for!fightme
if you try to fight with yourselfEVENTS
- major refactor of events system, new UI, underhood updates of eventsTIMERS
- updated UI of timersSUBGIFT
- added subgift support, new subgift event, updated eventlistOVERLAYS
- added another _GET variable to eventlist -display
, where you can set order for username,eventBLACKLIST
- blacklist words may contain*
and+
, see docs for more detailed informationWHITELIST
- whitelist words may contain*
and+
, see docs for more detailed informationOVERLAYS
- added new text overlay with custom variables supportCUSTOM VARIABLES
- added support for custom variables to titles
FIXED
COMMAND
- fixed!subs
and!followers
doesn't have correct dataGAMBLING
- fixed rare crash on!duel
pick winner when huge amount of tickets are usedRAFFLES
- fixed rare crash on pick winner when huge amount of tickets are usedTWITCH
- fix!subs
and!followers
may have inaccurate dataEVENTS
- fixed issue, where$variable
in events was replaced only onceUI
- refresheventlist
widget after settings updateUI
- fixedeventlist
issue where it may not properly load after widget addUI
- fixed incorrect changelog displayPARSER
- fixed rare race condition issue, where some parsers may get ignored (bot response time may be little bit higher)COOLDOWNS
- fixed path tocooldown-triggered
localeCOMMERCIAL
- fixed starting commercials, note: you will need to re-do your bot oauth to have channel_commercial privilegesAPI
- fixed error on bot startupMODERATION
- blacklisted words check is case insensitiveOVERLAYS
- fixedeventlist
count behavior when used with order ascOVERLAYS
addedcredits
overlayDATABASES
- fixed rare racing condition when updating item in db
CHANGED
USERS
- max threshold for user points is set to9007199254
RESPONSE FILTERS
- replaced(var.#)
,(set.#)
and(get.#)
with$_#
- example of new custom variable ->$_mmr
- same behavior as(var.#)
REMOVED
WIDGETS
- removedfollowers
andsubscribers
widgets, useeventlist
widget instead