because you tell him your corp ticket and mtu name? You name it before starting to bot, he doesnt rename it automatic
string MyCorpo = "[corp ticket]";
...................
Dictionary<string,string> NamingMtu=new Dictionary<string,string>();
NamingMtu.Add("mychar1", "1mtu");//your name have to be in miniscule : not "MyChar" but "mychar"
NamingMtu.Add("mychar2", "2mtu");
NamingMtu.TryGetValue(CharName,out MTUName);