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