maint: add extra bot names
This commit is contained in:
parent
092daa4256
commit
d0eeb27901
@ -13,36 +13,80 @@ void getbots_command::handle_command(const network::address& target, const std::
|
|||||||
static const std::vector<std::string> bot_names
|
static const std::vector<std::string> bot_names
|
||||||
{
|
{
|
||||||
"aerosoul",
|
"aerosoul",
|
||||||
|
"Ash",
|
||||||
|
"asmjit",
|
||||||
|
"avail",
|
||||||
|
"Bubbles",
|
||||||
|
"Catalyst",
|
||||||
|
"clang",
|
||||||
|
"Cressi",
|
||||||
|
"Cypress",
|
||||||
|
"David Guetta",
|
||||||
|
"Diamante",
|
||||||
|
"Diavolo",
|
||||||
|
"Dsso",
|
||||||
"Eldor",
|
"Eldor",
|
||||||
|
"Evan",
|
||||||
|
"Eve",
|
||||||
|
"FragsAreUs",
|
||||||
|
"FryTechTip",
|
||||||
|
"Furry",
|
||||||
"FutureRave",
|
"FutureRave",
|
||||||
"Girl",
|
"Girl",
|
||||||
|
"gsc-tool",
|
||||||
|
"H3X1C",
|
||||||
|
"Helium",
|
||||||
|
"Hinder",
|
||||||
|
"homura",
|
||||||
"INeedBots",
|
"INeedBots",
|
||||||
"INeedGames",
|
"INeedGames",
|
||||||
"Infamous",
|
"Infamous",
|
||||||
|
"Inferno",
|
||||||
|
"Jack Back",
|
||||||
"Jebus3211",
|
"Jebus3211",
|
||||||
|
"JezuzLizard",
|
||||||
|
"Jimbo",
|
||||||
|
"Kordhell",
|
||||||
|
"Lifeline",
|
||||||
"Joel",
|
"Joel",
|
||||||
"JTAG",
|
"JTAG",
|
||||||
"Laupetin",
|
"Laupetin",
|
||||||
|
"llvm-project",
|
||||||
|
"Loba",
|
||||||
|
"Loona",
|
||||||
"Louvenarde",
|
"Louvenarde",
|
||||||
|
"Mares",
|
||||||
|
"momo5502",
|
||||||
|
"MUPP",
|
||||||
|
"mxve",
|
||||||
"OneFourOne",
|
"OneFourOne",
|
||||||
|
"OpenAssetTools",
|
||||||
"PeterG",
|
"PeterG",
|
||||||
|
"PottyMouth",
|
||||||
"quaK",
|
"quaK",
|
||||||
|
"RaidMax",
|
||||||
|
"rapidjson",
|
||||||
|
"rEvoRebreather",
|
||||||
|
"RektInator",
|
||||||
|
"Resxt",
|
||||||
"RezTech",
|
"RezTech",
|
||||||
|
"Roxie",
|
||||||
|
"Santi Diving",
|
||||||
"sass",
|
"sass",
|
||||||
|
"Scarlxrd",
|
||||||
|
"Sloth",
|
||||||
"Slykuiper",
|
"Slykuiper",
|
||||||
|
"Snake",
|
||||||
|
"Sparky",
|
||||||
|
"Squirrel",
|
||||||
"st0rm",
|
"st0rm",
|
||||||
|
"Valkyrie",
|
||||||
|
"Wattson",
|
||||||
|
"Wanted",
|
||||||
"xensik",
|
"xensik",
|
||||||
"xoxor4d",
|
"xoxor4d",
|
||||||
"Diamante",
|
"ZoneBuilder",
|
||||||
"Dsso",
|
"ZoneTool",
|
||||||
"Evan",
|
|
||||||
"FragsAreUs",
|
|
||||||
"FryTechTip",
|
|
||||||
"H3X1C",
|
|
||||||
"homura",
|
|
||||||
"Jimbo",
|
|
||||||
"RektInator",
|
|
||||||
"Squirrel",
|
|
||||||
};
|
};
|
||||||
|
|
||||||
std::stringstream stream{};
|
std::stringstream stream{};
|
||||||
|
Loading…
Reference in New Issue
Block a user