digraph {
	graph [fontname="Roboto Condensed"];
	node [fontname="Roboto Condensed"];
	edge [fontname="Roboto Condensed"];

	"AmirBirthdayConvo3 begins." [color=orange];
		"AmirBirthdayConvo3 begins." -> j878292530;
		"AmirBirthdayConvo3 begins." -> j2365555430;
	j878292530 [label="Hallo, Amir. Herzlichen Glückwunsch zum Geburtstag. Bleep bloop oder so was.",shape=box,color=red];
		j878292530 -> j3124652280;
	j2365555430 [label="LIEBE GRÜSSE AMIR UND GLÜCKWUNSCH ZUM JUBILÄUM DEINER ANHALTENDEN EXISTENZ",shape=box,color=red];
		j2365555430 -> j4094348054;
	j3124652280 [label="amir ist momentan nicht erreichbar dies ist ein cleveres firewall-programm das amir geschrieben hat, um unaufrichtige geburtstagswünsche wie diese hier auszusortieren",shape=box,color=blue];
		j3124652280 -> "Chat ends.";
	j4094348054 [label="+20 Chemistry",color=orange];
		j4094348054 -> j1962423906;
	"Chat ends." [color=orange];
	j1962423906 [label="KULTURELL ANGEMESSENE AUSSAGEN DES TIEFSTEN DANKES UND DER HERZLICHEN WERTSCHÄTZUNG",shape=box,color=blue];
		j1962423906 -> "Chat ends.";
}