diff options
| -rw-r--r-- | bot/constants.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bot/constants.py b/bot/constants.py index 1b8b86f4c..ab62cd79d 100644 --- a/bot/constants.py +++ b/bot/constants.py @@ -516,7 +516,8 @@ NEGATIVE_REPLIES = [ "Fat chance.", "Certainly not.", "NEGATORY.", - "Nuh-uh", + "Nuh-uh.", + "Not in my house!", ] POSITIVE_REPLIES = [ |