Merge branch 'master' of https://github.com/bencat07/cathook
This commit is contained in:
commit
c466194920
@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
if ! [ -d "$1" ]; then
|
if ! [ -d "/opt/cathook/data" ]; then
|
||||||
echo "Creating cathook data directory at /opt/cathook/data"
|
echo "Creating cathook data directory at /opt/cathook/data"
|
||||||
mkdir -p "/opt/cathook/data"
|
mkdir -p "/opt/cathook/data"
|
||||||
chown -R $USER "/opt/cathook/data"
|
chown -R $USER "/opt/cathook/data"
|
||||||
|
@ -120,7 +120,8 @@ void update_catbot_list()
|
|||||||
strcasestr(info.name, "raul.garcia") ||
|
strcasestr(info.name, "raul.garcia") ||
|
||||||
strcasestr(info.name, "zCat") ||
|
strcasestr(info.name, "zCat") ||
|
||||||
strcasestr(info.name, "lagger bot") ||
|
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) ==
|
if (human_detecting_map.find(info.friendsID) ==
|
||||||
human_detecting_map.end())
|
human_detecting_map.end())
|
||||||
|
Reference in New Issue
Block a user