maint(bots): add more names (#59)
This commit is contained in:
parent
66a5138056
commit
c9a77058b4
@ -10,15 +10,18 @@ const char* getbots_command::get_command() const
|
|||||||
|
|
||||||
void getbots_command::handle_command(const network::address& target, const std::string_view&)
|
void getbots_command::handle_command(const network::address& target, const std::string_view&)
|
||||||
{
|
{
|
||||||
static const std::vector<std::string> bot_names
|
static const std::array bot_names
|
||||||
{
|
{
|
||||||
"aerosoul",
|
"aerosoul",
|
||||||
"Ash",
|
"Ash",
|
||||||
"asmjit",
|
"asmjit",
|
||||||
"avail",
|
"avail",
|
||||||
|
"Barack Obama",
|
||||||
|
"Berlusconi",
|
||||||
"Boston",
|
"Boston",
|
||||||
"Bubbles",
|
"Bubbles",
|
||||||
"Caliber",
|
"Caliber",
|
||||||
|
"CAPTAINJERKFACE",
|
||||||
"Catalyst",
|
"Catalyst",
|
||||||
"Cenote",
|
"Cenote",
|
||||||
"Chicago",
|
"Chicago",
|
||||||
@ -30,12 +33,15 @@ void getbots_command::handle_command(const network::address& target, const std::
|
|||||||
"Devil's Spring",
|
"Devil's Spring",
|
||||||
"Diamante",
|
"Diamante",
|
||||||
"Diavolo",
|
"Diavolo",
|
||||||
|
"DKo5",
|
||||||
|
"Donald Trump",
|
||||||
"Dsso",
|
"Dsso",
|
||||||
"Eagle's Nest",
|
"Eagle's Nest",
|
||||||
"Eldor",
|
"Eldor",
|
||||||
"Evan",
|
"Evan",
|
||||||
"Eve",
|
"Eve",
|
||||||
"Flex190",
|
"Flex190",
|
||||||
|
"FOURZEROTWO",
|
||||||
"FragsAreUs",
|
"FragsAreUs",
|
||||||
"FryTechTip",
|
"FryTechTip",
|
||||||
"Furry",
|
"Furry",
|
||||||
@ -63,6 +69,7 @@ void getbots_command::handle_command(const network::address& target, const std::
|
|||||||
"King Crimson",
|
"King Crimson",
|
||||||
"KiraFoxAF",
|
"KiraFoxAF",
|
||||||
"Lifeline",
|
"Lifeline",
|
||||||
|
"Joe Biden",
|
||||||
"Joel",
|
"Joel",
|
||||||
"JTAG",
|
"JTAG",
|
||||||
"Laupetin",
|
"Laupetin",
|
||||||
@ -72,6 +79,7 @@ void getbots_command::handle_command(const network::address& target, const std::
|
|||||||
"Loudward",
|
"Loudward",
|
||||||
"Louvenarde",
|
"Louvenarde",
|
||||||
"Mares",
|
"Mares",
|
||||||
|
"Mattarella",
|
||||||
"momo5502",
|
"momo5502",
|
||||||
"Montreal",
|
"Montreal",
|
||||||
"MSVC",
|
"MSVC",
|
||||||
@ -83,11 +91,13 @@ void getbots_command::handle_command(const network::address& target, const std::
|
|||||||
"OneFourOne",
|
"OneFourOne",
|
||||||
"OpenAssetTools",
|
"OpenAssetTools",
|
||||||
"PeterG",
|
"PeterG",
|
||||||
|
"pgriffin69x",
|
||||||
"Portobello",
|
"Portobello",
|
||||||
"Portofino",
|
"Portofino",
|
||||||
"PottyMouth",
|
"PottyMouth",
|
||||||
"quaK",
|
"quaK",
|
||||||
"RaidMax",
|
"RaidMax",
|
||||||
|
"ramzi1337hak0r",
|
||||||
"rapidjson",
|
"rapidjson",
|
||||||
"Read Sea",
|
"Read Sea",
|
||||||
"RektInator",
|
"RektInator",
|
||||||
@ -113,6 +123,7 @@ void getbots_command::handle_command(const network::address& target, const std::
|
|||||||
"TwinLeaf",
|
"TwinLeaf",
|
||||||
"Ubuntu",
|
"Ubuntu",
|
||||||
"Valkyrie",
|
"Valkyrie",
|
||||||
|
"Vore",
|
||||||
"Wattson",
|
"Wattson",
|
||||||
"Wanted",
|
"Wanted",
|
||||||
"Wereric",
|
"Wereric",
|
||||||
|
Loading…
Reference in New Issue
Block a user