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" 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())