1. Remote identifiers (except $1-) don't work inside the matchtext section of an event. This means we can't use something like "On *:text:$($chan):#", because $chan has no value there.

    It would be nice if they will work in the next version.
  2. One would assume /hadd -u table item data (or -u0) creates an item and unsets it immediately (after the script ends) since that's the way the /set timers work, but for some reason the item is never unset.

    To reproduce, type: //hadd -mu0 a b data still exists | .timer 1 1 echo > $!hget(a,b) | .timer 1 2 hfree a

    Please fix this in the next version.