$threadAddMember
Adds a member to a thread.
Usage
$threadAddMember[threadID;userID]
Breakdown
threadID
- The ID of the thread channel to add this user to.userID
- The user to add to the thread.
Example
$nomention
$var[thread;$startThread[Cool Thread;$channelID;;60;yes]]
$threadAddMember[$var[thread];$authorID]
$c[Adds the author to the newly created 'Cool Thread']