-
Notifications
You must be signed in to change notification settings - Fork 0
Version 0.59
Nathan edited this page Jul 29, 2021
·
11 revisions
Jump to New Features
- Add new HTTP Get method to reset FirstWords cache
- Add new methods to Execute C# to reset Credits and FirstWords
- Remove broadcaster account from top channel point users in GetCredits
- Fix the test button for cheer events, anon toggle will actually work now
- Fix a potential crash when anon events come through that can trigger first words
- Add a new anonymous argument for cheer, gift sub and gift bombs
- Fix
CPH.Wait(int), underlying code was incorrect and crashing silently - Fix
CPH.PauseReward,CPH.UnPauseRewardand the sub-action for this, was calling enable not pause - Update commands, specifically Starts With, it now adds a space when it checks, so it treats it like an argument based, instead of
!testmatching both!testand!test123 - Add new right click menu item on rewards, to copy the reward id, for use in C# code
- Add ability to create custom websocket servers
I've added a new GET method, ClearFirstWordsCache, this will reset your first words cache
Create a custom websocket server to have complete control over what gets sent
I've gone ahead and added 2 new methods to the C# code that will let you reset the credits and the first words cache.
Added 2 more methods to hide filters on source/scenes, to mirror the sub-action that exists for these.
Also added a handful of new methods to support custom websocket servers.
void ResetCredits();
void ResetFirstWords();
void ObsHideSourcesFilters(string scene, string source, int connection = 0);
void ObsHideScenesFilters(string scene, int connection = 0);
void WebsocketCustomServerStart(int connection = 0);
void WebsocketCustomServerStop(int connection = 0);
bool WebsocketCustomServerIsListening(int connection = 0);
void WebsocketCustomServerCloseAllSessions(int connection = 0);
void WebsocketCustomServerCloseSession(string sessionId, int connection = 0);
void WebsocketCustomServerBroadcast(string data, string sessionId, int connection = 0);- Streamer.bot 0.63 (WIP)
- Streamer.bot 0.62 (current)
- Streamer.bot 0.61
- Streamer.bot 0.60
- Streamer.bot 0.59
- Streamer.bot 0.58
- Streamer.bot 0.57
- Streamer.bot 0.56
- Archives
- WebSocket Server
- HTTP Server
- UDP Server
- WebSocket Clients
- General
- Twitch Accounts
- Streamlabs
- Groups
- Events
- File Watcher
- Timed Actions
- Pyramids
- Quotes
- Sub Counter