pub fn spoken(to: SessionId, word: &Word) -> ControlMessageExpand description
Spell what a flavor said to one connection.
Speech carries no actor, which is precisely what makes the client attribute it to the server, and it names the recipient’s session, which is what makes the client file it as addressed to them rather than as an announcement.
REF: references/mumble/src/mumble/Messages.cpp : msgTextMessage resolves
the actor and falls back to tr("Server", "message from") when there is
none.
REF: references/mumble/src/murmur/RPC.cpp : Server::sendTextMessage adds
the recipient’s session when the message is aimed at one user.
REF: references/vendored/Mumble.proto : PermissionDenied.DenyType.Text
means “denied for another reason, see the reason field”.