Tell has a very simple API composed of three functions for use by other mods.
tell.add(name, from, msg)
name
: Name of recipient (not userdata
)from
: Name of sendermsg
: Messagetell.remove(name, id)
name
: Name of recipient (not userdata
)id
: Numerical ID of the message (returned by tell.add
)tell.show(name)
name
: Name of player (not userdata
)