Skip to content

v0.2.1

Compare
Choose a tag to compare
@amoeba amoeba released this 25 Jan 07:17

NEW

  • Chat Triggers now use regular expressions to match chat messages so you can be more fine-grained or flexible about what you match. The $EVENT variable will still send the entire line of incoming chat text even if your regular expression uses match groups.

FIXED

  • There was a bug with Chat Triggers where you couldn't use the $EVENT variable with tells. This was due to how tells (and generally, clickable links in chat) work under the hood uses a format similar to <a> tags in HTML.