Update CatBot.cpp

This commit is contained in:
BenCat07 2018-04-24 22:02:10 +02:00 committed by GitHub
parent f050f3e8f3
commit f95061dcd7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -118,7 +118,8 @@ void update_catbot_list()
if (strcasestr(info.name, "cat-bot") ||
strcasestr(info.name, "just disable vac tf") ||
strcasestr(info.name, "raul.garcia") ||
strcasestr(info.name, "zCat"))
strcasestr(info.name, "zCat") ||
strcasestr(info.name, "lagger bot"))
{
if (human_detecting_map.find(info.friendsID) ==
human_detecting_map.end())