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
Fix the <call> tags not being executed on the left side of conditionals,
so that <call>test</call> == true => Success types of conditions should
work (bug #107).
Fix trigger regexp processing so that if a {weight} tag contains a space
before or after it (or: a space between {weight} and the rest of the
trigger text), the spaces are also stripped so that matching isn't broken
for that trigger (bug #102).
Rename the old async-object example to second-reply to lessen confusion
between it and async-reply (bug #123).
Fix the _ wildcard not being able to match Unicode letters (bug #118).
Add initialMatch() to the API, which is like lastMatch() but it returns
the original trigger that the user matched instead of a redirected trigger
(PR #127).