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