diff options
| -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 |
