Update CatBot.cpp
This commit is contained in:
parent
f050f3e8f3
commit
f95061dcd7
@ -118,7 +118,8 @@ void update_catbot_list()
|
|||||||
if (strcasestr(info.name, "cat-bot") ||
|
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, "raul.garcia") ||
|
||||||
strcasestr(info.name, "zCat"))
|
strcasestr(info.name, "zCat") ||
|
||||||
|
strcasestr(info.name, "lagger 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