Merge pull request #431 from BenCat07/master
Add crash bots to bot list
This commit is contained in:
commit
6e1defaa16
@ -120,7 +120,8 @@ void update_catbot_list()
|
||||
strcasestr(info.name, "raul.garcia") ||
|
||||
strcasestr(info.name, "zCat") ||
|
||||
strcasestr(info.name, "lagger bot") ||
|
||||
strcasestr(info.name, "zLag-bot"))
|
||||
strcasestr(info.name, "zLag-bot") ||
|
||||
strcasestr(info.name, "crash-bot"))
|
||||
{
|
||||
if (human_detecting_map.find(info.friendsID) ==
|
||||
human_detecting_map.end())
|
||||
|
Reference in New Issue
Block a user