fn remove_top_quote<'a>( lines: &'a [&str], is_chat_message: bool, ) -> (&'a [&'a str], Option<String>)