diff options
author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2018-08-05 14:28:11 -0400 |
---|---|---|
committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2018-08-05 14:28:11 -0400 |
commit | 3561dc270c5f7212150b02ba09e856917639ba2b (patch) | |
tree | 144c66932d71df0be5feb6c9f1b0c3b79caf791b | |
parent | 344b349b933b441d499990c7edab8fcbbc54eec1 (diff) | |
download | snitch-3561dc270c5f7212150b02ba09e856917639ba2b.tar.gz snitch-3561dc270c5f7212150b02ba09e856917639ba2b.tar.bz2 snitch-3561dc270c5f7212150b02ba09e856917639ba2b.zip |
Added two more triggers
-rw-r--r-- | snitch.cpp | 4 |
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 |