pub async fn say(
talk: &mut Talk,
store: &Talks,
cfg: &Config,
text: &str,
attachments: Vec<Attachment>,
) -> Result<()>Expand description
One operator turn and one agent turn, appended - the synchronous form, used by tests and by anything that is fine waiting out the turn itself.