about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2018-08-05 14:28:11 -0400
committerKelly Rauchenberger <fefferburbia@gmail.com>2018-08-05 14:28:11 -0400
commit3561dc270c5f7212150b02ba09e856917639ba2b (patch)
tree144c66932d71df0be5feb6c9f1b0c3b79caf791b
parent344b349b933b441d499990c7edab8fcbbc54eec1 (diff)
downloadsnitch-3561dc270c5f7212150b02ba09e856917639ba2b.tar.gz
snitch-3561dc270c5f7212150b02ba09e856917639ba2b.tar.bz2
snitch-3561dc270c5f7212150b02ba09e856917639ba2b.zip
Added two more triggers
-rw-r--r--snitch.cpp4
1 files changed, 3 insertions, 1 deletions
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)
33 33
34 std::vector<std::string> triggers { 34 std::vector<std::string> triggers {
35 "calling the cops", 35 "calling the cops",
36 "calling the police" 36 "calling the police",
37 "call the cops",
38 "call the police"
37 }; 39 };
38 40
39 // Initialize the client 41 // Initialize the client