public void Command(TimeSpan timestamp, string command, object argument) { if (command == "wipe") { IntelItems.Clear(); Timestamps.Clear(); } }