From 7e177317ae727c43bbd1f4435dea35b1035dedca Mon Sep 17 00:00:00 2001 From: SylveonBottle Date: Wed, 9 May 2018 11:16:24 -0500 Subject: [PATCH 1/2] lol I think I forgot something --- install-data | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-data b/install-data index 959720f1..db52c503 100755 --- a/install-data +++ b/install-data @@ -1,6 +1,6 @@ #!/usr/bin/env bash -if ! [ -d "$1" ]; then +if ! [ -d "/opt/cathook/data" ]; then echo "Creating cathook data directory at /opt/cathook/data" mkdir -p "/opt/cathook/data" chown -R $USER "/opt/cathook/data" From dfb7eb38455c54f37cb61f57967fcd0cf89fd851 Mon Sep 17 00:00:00 2001 From: LightCat Date: Fri, 11 May 2018 18:39:03 +0200 Subject: [PATCH 2/2] Add crash bot to bot list --- src/hacks/CatBot.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/hacks/CatBot.cpp b/src/hacks/CatBot.cpp index 4e1f1b1d..dc7ac776 100644 --- a/src/hacks/CatBot.cpp +++ b/src/hacks/CatBot.cpp @@ -120,7 +120,8 @@ void update_catbot_list() strcasestr(info.name, "raul.garcia") || strcasestr(info.name, "zCat") || strcasestr(info.name, "lagger bot") || - strcasestr(info.name, "zLag-bot")) + strcasestr(info.name, "zLag-bot") || + strcasestr(info.name, "crash-bot")) { if (human_detecting_map.find(info.friendsID) == human_detecting_map.end())