digraph {
	graph [fontname="Roboto Condensed"];
	node [fontname="Roboto Condensed"];
	edge [fontname="Roboto Condensed"];

	"AmirBirthdayConvo3 begins." [color=orange];
		"AmirBirthdayConvo3 begins." -> j2890464050;
		"AmirBirthdayConvo3 begins." -> j4238533943;
	j2890464050 [label="Salut, Amir. Joyeux anniversaire. Bip-bip ou autre.",shape=box,color=red];
		j2890464050 -> j4025028705;
	j4238533943 [label="COUCOU AMIR FÉLICITATIONS POUR L'ANNIVERSAIRE DE TON EXISTENCE",shape=box,color=red];
		j4238533943 -> j4207191541;
	j4025028705 [label="amir n'est pas là en ce moment c'est un programme de pare-feu intelligent qu'amir a conçu pour filtrer les souhaits d'anniversaire non sincères et oh! regarde! il y en a un",shape=box,color=blue];
		j4025028705 -> "Chat ends.";
	j4207191541 [label="+20 Chemistry",color=orange];
		j4207191541 -> j1317066870;
	"Chat ends." [color=orange];
	j1317066870 [label="DÉCLARATION CULTURELLEMENT APPROPRIÉE DE PROFONDS REMERCIEMENTS",shape=box,color=blue];
		j1317066870 -> "Chat ends.";
}