private void WriteLine(string p) { if (!p.StartsWith("TCP")) { p = "TCPDEBUG: " + p; } botclient.DebugWriteLine(p); }