private static void SendCall(string[] command) { if (command[1] == null) { return; } TropoBot.NotifyUser(command[1], Config.CallMessage, "INUM"); }
private static void SendText(string[] command) { if (command[1] == null) { return; } TropoBot.NotifyUser(command[1], Config.TextMessage, "SMS"); }