"Joined" would trigger *Join*, but "Join" would not trigger *Joined*.
is the same as
re-
join ,
joining ,
join or
joined text will be triggered
yea thats where i would do on *:text:joined:#:{ code }
text matches if only contains this word
text* matches if text starts with this word
*text matches if text ends with this word
*text* matches if text contains this word anywhere
or... if ($1 == joined)
or... if (joined isin $1) which is the basically same