Merge pull request #326 from BenCat07/patch-2

Make catbots ignore my scout bots
This commit is contained in:
nullifiedcat 2018-01-05 18:19:55 +03:00 committed by GitHub
commit 4c2407d194
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -97,7 +97,9 @@ void update_catbot_list()
info.name[31] = 0;
if (strcasestr(info.name, "cat-bot") ||
strcasestr(info.name, "just disable vac tf"))
strcasestr(info.name, "just disable vac tf") ||
strcasestr(info.name, "raul.garcia") ||
strcasestr(info.name, "zCat"))
{
if (human_detecting_map.find(info.friendsID) == human_detecting_map.end())
{