Merge pull request #560 from Roguezilla/patch-1

Update CatBot.cpp
This commit is contained in:
LightCat 2018-08-23 14:37:42 +02:00 committed by GitHub
commit d4770075d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -118,7 +118,9 @@ void update_catbot_list()
strcasestr(info.name, "zCat") ||
strcasestr(info.name, "lagger bot") ||
strcasestr(info.name, "zLag-bot") ||
strcasestr(info.name, "crash-bot"))
strcasestr(info.name, "crash-bot") ||
strcasestr(info.name, "reichstagbot")
)
{
if (human_detecting_map.find(info.friendsID) ==
human_detecting_map.end())