!7 p { typeWriterConsole(); print("Global flags"); print("------------"); print(); bool pc = publicCommOn(); S pcMsg = pc ? "Bots on this machine are reachable from outside!" : "Bots on this machine are only reachable ON this machine."; print("Public comm : " + pc + " - " + pcMsg); print("Consciousness: " + getAutoReportToChat()); print("Pre-Spun VMs : " + usePreSpunVMs()); print("Internet mode: " + (isOfflineMode() ? "OFFLINE (load nothing)" : "Online (always load latest snippets)")); print("VM options : " + or2(javaxDefaultVMArgs(), "-")); }