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 sorting algorithm for triggers with %Previous, making their sort order
deterministic and correct regardless of the order they appeared in the
source file (PR #194)
Fix the function prototype for getVariable to only accept the name
parameter for a bot variable. Previously it was accepting (username, name)
which was incorrect because bot variables are global and have no relation
to a particular username.