Skip to content

Commit

Permalink
maint: add extra bot names
Browse files Browse the repository at this point in the history
  • Loading branch information
diamante0018 committed Dec 14, 2023
1 parent 092daa4 commit d0eeb27
Showing 1 changed file with 54 additions and 10 deletions.
64 changes: 54 additions & 10 deletions src/services/getbots_command.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,36 +13,80 @@ void getbots_command::handle_command(const network::address& target, const std::
static const std::vector<std::string> bot_names
{
"aerosoul",
"Ash",
"asmjit",
"avail",
"Bubbles",
"Catalyst",
"clang",
"Cressi",
"Cypress",
"David Guetta",
"Diamante",
"Diavolo",
"Dsso",
"Eldor",
"Evan",
"Eve",
"FragsAreUs",
"FryTechTip",
"Furry",
"FutureRave",
"Girl",
"gsc-tool",
"H3X1C",
"Helium",
"Hinder",
"homura",
"INeedBots",
"INeedGames",
"Infamous",
"Inferno",
"Jack Back",
"Jebus3211",
"JezuzLizard",
"Jimbo",
"Kordhell",
"Lifeline",
"Joel",
"JTAG",
"Laupetin",
"llvm-project",
"Loba",
"Loona",
"Louvenarde",
"Mares",
"momo5502",
"MUPP",
"mxve",
"OneFourOne",
"OpenAssetTools",
"PeterG",
"PottyMouth",
"quaK",
"RaidMax",
"rapidjson",
"rEvoRebreather",
"RektInator",
"Resxt",
"RezTech",
"Roxie",
"Santi Diving",
"sass",
"Scarlxrd",
"Sloth",
"Slykuiper",
"Snake",
"Sparky",
"Squirrel",
"st0rm",
"Valkyrie",
"Wattson",
"Wanted",
"xensik",
"xoxor4d",
"Diamante",
"Dsso",
"Evan",
"FragsAreUs",
"FryTechTip",
"H3X1C",
"homura",
"Jimbo",
"RektInator",
"Squirrel",
"ZoneBuilder",
"ZoneTool",
};

std::stringstream stream{};
Expand Down

0 comments on commit d0eeb27

Please sign in to comment.