Merge pull request #326 from BenCat07/patch-2
Make catbots ignore my scout bots
This commit is contained in:
commit
4c2407d194
@ -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())
|
||||
{
|
||||
|
Reference in New Issue
Block a user