From 3561dc270c5f7212150b02ba09e856917639ba2b Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Sun, 5 Aug 2018 14:28:11 -0400 Subject: Added two more triggers --- snitch.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/snitch.cpp b/snitch.cpp index 1155da7..bed6e3c 100644 --- a/snitch.cpp +++ b/snitch.cpp @@ -33,7 +33,9 @@ int main(int argc, char** argv) std::vector triggers { "calling the cops", - "calling the police" + "calling the police", + "call the cops", + "call the police" }; // Initialize the client -- cgit 1.4.1